1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-20 09:07:14 +02:00

Update the Mongoose module to work with the modified API.

Separate Mongoose handles into their own source files.
This commit is contained in:
Sandu Liviu Catalin
2016-06-03 21:30:05 +03:00
parent 26d12d601d
commit e1a1ccf979
17 changed files with 415 additions and 886 deletions

View File

@ -2,7 +2,7 @@
#define _SQMG_MANAGER_HPP_
// ------------------------------------------------------------------------------------------------
#include "Handles.hpp"
#include "Handle/Manager.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {