mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 13:41:06 +03:00
11 lines
206 B
C++
11 lines
206 B
C++
#ifndef UI_GAME_C_G_BATTLEFIELD_INFO_HPP
|
|
#define UI_GAME_C_G_BATTLEFIELD_INFO_HPP
|
|
|
|
class CGBattlefieldInfo {
|
|
public:
|
|
// Static functions
|
|
static void RequestPlayerPositions();
|
|
};
|
|
|
|
#endif
|