diff options
Diffstat (limited to 'NetConsole/netconsole.h')
-rw-r--r-- | NetConsole/netconsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NetConsole/netconsole.h b/NetConsole/netconsole.h index 3c35c3e1..dbd6eb2c 100644 --- a/NetConsole/netconsole.h +++ b/NetConsole/netconsole.h @@ -12,6 +12,8 @@ constexpr const char* NETCON_VERSION = "2.0.0.1"; class CNetCon { public: + ~CNetCon(); + bool Init(void); bool Shutdown(void); |