13 lines
147 B
C
13 lines
147 B
C
|
#pragma once
|
||
|
|
||
|
#if defined(__cplusplus)
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void compat_call_ctors();
|
||
|
|
||
|
void compat_call_dtors();
|
||
|
|
||
|
#if defined(__cplusplus)
|
||
|
}
|
||
|
#endif
|