14 lines
128 B
C
14 lines
128 B
C
|
#ifndef STEAMFFI
|
||
|
#define STEAMFFI
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"{
|
||
|
#endif
|
||
|
|
||
|
void steaminit();
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|