mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
13 lines
111 B
C++
13 lines
111 B
C++
#pragma once
|
|
|
|
#include "V8Tree/Verb.h"
|
|
|
|
|
|
namespace RBX
|
|
{
|
|
class DataModel;
|
|
class IDataState;
|
|
|
|
|
|
} // namespace
|