mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-27 23:25:36 +00:00
13 lines
145 B
C++
13 lines
145 B
C++
#ifndef __URDE_CGUIFRAME_HPP__
|
|
#define __URDE_CGUIFRAME_HPP__
|
|
|
|
#include "CGuiWidget.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
|
|
}
|
|
|
|
#endif // __URDE_CGUIFRAME_HPP__
|