13 lines
No EOL
147 B
C
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 |