mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-07-17 14:07:09 +02:00
Separate worker and parameter to their own sources.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "Library/Worker/Job.hpp"
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
namespace SqMod {
|
||||
|
||||
// ================================================================================================
|
||||
void Register_Job(HSQUIRRELVM vm)
|
||||
{
|
||||
Table jbns(vm);
|
||||
|
||||
RootTable(vm).Bind(_SC("SqJob"), jbns);
|
||||
}
|
||||
|
||||
} // Namespace:: SqMod
|
||||
Reference in New Issue
Block a user