mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
13 lines
357 B
C++
13 lines
357 B
C++
#include "Library/SysPath.hpp"
|
|
#include "Register.hpp"
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
namespace SqMod {
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
bool Register_SysPath(HSQUIRRELVM vm)
|
|
{
|
|
return true;
|
|
}
|
|
|
|
} // Namespace:: SqMod
|