metaforce/Runtime/IObj.hpp

16 lines
150 B
C++
Raw Normal View History

2015-08-20 17:06:39 -07:00
#ifndef __RETRO_IOBJ_HPP__
#define __RETRO_IOBJ_HPP__
#include "RetroTypes.hpp"
namespace Retro
{
class IObj
{
};
}
#endif // __RETRO_IOBJ_HPP__