mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 07:07:13 +02:00
Create the worker lib.
Just an empty file. Placeholder for a future prototype.
This commit is contained in:
13
module/Library/Worker.cpp
Normal file
13
module/Library/Worker.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "Library/Worker.hpp"
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
namespace SqMod {
|
||||
|
||||
// ================================================================================================
|
||||
void Register_Worker(HSQUIRRELVM vm)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
} // Namespace:: SqMod
|
6
module/Library/Worker.hpp
Normal file
6
module/Library/Worker.hpp
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "Base/Shared.hpp"
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
Reference in New Issue
Block a user