old-DasOS/prototypes/include/compat.h
2016-06-26 18:48:36 +02:00

13 lines
No EOL
147 B
C

#pragma once
#if defined(__cplusplus)
extern "C" {
#endif
void compat_call_ctors();
void compat_call_dtors();
#if defined(__cplusplus)
}
#endif