mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 09:26:09 +00:00
More stubs for GuiSys
This commit is contained in:
17
Runtime/GuiSys/CGuiAnimController.hpp
Normal file
17
Runtime/GuiSys/CGuiAnimController.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __URDE_CGUIANIMCONTROLLER_HPP__
|
||||
#define __URDE_CGUIANIMCONTROLLER_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CGuiAnimSet
|
||||
{
|
||||
};
|
||||
|
||||
class CGuiAnimController
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CGUIANIMCONTROLLER_HPP__
|
||||
Reference in New Issue
Block a user