the whole game
This commit is contained in:
14
project/lib_projects/raknet/jni/RaknetSources/Gets.h
Executable file
14
project/lib_projects/raknet/jni/RaknetSources/Gets.h
Executable file
@@ -0,0 +1,14 @@
|
||||
#ifndef __GETS__H_
|
||||
#define __GETS__H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
char * Gets ( char * str, int num );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user