mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-06 04:06:10 +00:00
415662c4cd
This was SVN commit r823.
9 lines
64 B
C++
Executable File
9 lines
64 B
C++
Executable File
#ifndef _Player_H
|
|
#define _Player_H
|
|
|
|
class CPlayer
|
|
{
|
|
};
|
|
|
|
#endif
|