Files
watrbx-game-engine/Network/raknet/Source/Gets.h
T
2025-09-18 17:55:52 -04:00

15 lines
153 B
C

#ifndef __GETS__H_
#define __GETS__H_
#ifdef __cplusplus
extern "C" {
#endif
char * Gets ( char * str, int num );
#ifdef __cplusplus
}
#endif
#endif