mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "V8DataModel/GuiBase.h"
|
||||
|
||||
#include "V8DataModel/PlayerGui.h"
|
||||
|
||||
namespace RBX{
|
||||
|
||||
const char* const sGuiBase = "GuiBase";
|
||||
|
||||
GuiBase::GuiBase(const char* name)
|
||||
: Super(name)
|
||||
{}
|
||||
|
||||
} // Namespace
|
||||
Reference in New Issue
Block a user