mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-24 06:51:59 +00:00
13 lines
160 B
C++
13 lines
160 B
C++
#ifndef __URDE_CGUITABLEGROUP_HPP__
|
|
#define __URDE_CGUITABLEGROUP_HPP__
|
|
|
|
#include "CGuiWidget.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
|
|
}
|
|
|
|
#endif // __URDE_CGUITABLEGROUP_HPP__
|