the whole game
This commit is contained in:
16
project/lib_projects/raknet/jni/RaknetSources/WSAStartupSingleton.h
Executable file
16
project/lib_projects/raknet/jni/RaknetSources/WSAStartupSingleton.h
Executable file
@@ -0,0 +1,16 @@
|
||||
#ifndef __WSA_STARTUP_SINGLETON_H
|
||||
#define __WSA_STARTUP_SINGLETON_H
|
||||
|
||||
class WSAStartupSingleton
|
||||
{
|
||||
public:
|
||||
WSAStartupSingleton();
|
||||
~WSAStartupSingleton();
|
||||
static void AddRef(void);
|
||||
static void Deref(void);
|
||||
|
||||
protected:
|
||||
static int refCount;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user