mirror of https://github.com/AxioDL/metaforce.git
13 lines
145 B
C++
13 lines
145 B
C++
|
#ifndef __URDE_CGUIMODEL_HPP__
|
||
|
#define __URDE_CGUIMODEL_HPP__
|
||
|
|
||
|
#include "CGuiWidget.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __URDE_CGUIMODEL_HPP__
|