mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-07 07:25:47 -07:00
8 lines
64 B
C++
Executable file
8 lines
64 B
C++
Executable file
#ifndef _Player_H
|
|
#define _Player_H
|
|
|
|
class CPlayer
|
|
{
|
|
};
|
|
|
|
#endif
|