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