mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 07:11:20 +00:00
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__
|