12 lines
113 B
C
12 lines
113 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int creative_is_restricted();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|