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,14 @@
|
||||
/* Copyright 2003-2010 ROBLOX Corporation, All Rights Reserved */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Gui/GUI.h"
|
||||
#include "V8Tree/Verb.h"
|
||||
|
||||
namespace RBX
|
||||
{
|
||||
namespace Gui
|
||||
{
|
||||
enum WidgetState {NOTHING, HOVER, DOWN_OVER, DOWN_AWAY};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user