mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-03-26 15:08:28 -06: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__
|