mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
8 lines
131 B
C++
8 lines
131 B
C++
#include "stdafx.h"
|
|
|
|
#include "v8datamodel/ScriptService.h"
|
|
|
|
namespace RBX
|
|
{
|
|
const char* const sScriptService = "ScriptService";
|
|
} |