mirror of https://github.com/AxioDL/metaforce.git
14 lines
151 B
C++
14 lines
151 B
C++
|
#ifndef __RETRO_CINTELEMENT_HPP__
|
||
|
#define __RETRO_CINTELEMENT_HPP__
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
|
||
|
class CIntElement
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __RETRO_CINTELEMENT_HPP__
|