mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
7 lines
64 B
C
7 lines
64 B
C
|
#ifndef _COMMON_H
|
||
|
#define _COMMON_H
|
||
|
|
||
|
typedef int int32;
|
||
|
|
||
|
#endif
|