about summary refs log tree commit diff
path: root/masterserver/include/common.h
blob: ff03a61b54afca4ef92f660fdcccfa544a1df280 (plain)
1
2
3
4
5
6
#ifndef _COMMON_H
#define _COMMON_H

typedef int int32;

#endif