mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2025-12-16 12:08:36 +00:00
11 lines
146 B
C++
11 lines
146 B
C++
#ifndef __MULTIPLAYER_H__
|
|
#define __MULTIPLAYER_H__
|
|
|
|
namespace wi {
|
|
|
|
extern Transport *gptra;
|
|
|
|
} // namespace wi
|
|
|
|
#endif // __MULTIPLAYER_H__
|