old-DasOS/prototypes/include/compat.h

13 lines
147 B
C
Raw Permalink Normal View History

2016-06-26 12:36:32 +00:00
#pragma once
#if defined(__cplusplus)
extern "C" {
#endif
void compat_call_ctors();
void compat_call_dtors();
#if defined(__cplusplus)
}
#endif