LRT13  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
DiscLocator.h
1 #ifndef DISCLOCATOR_H_
2 #define DISCLOCATOR_H_
3 
4 #include "../Network/NetBuffer.h"
5 #include "../Network/NetPeer.h"
6 #include "../Utils/Util.h"
7 
14 {
15 public:
16  DiscLocator();
17  ~DiscLocator();
18 
19  void Update();
20 
21 private:
22  NetPeer* m_conn;
23 };
24 
25 #endif