mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 22:27:41 +00:00
more classes added
This commit is contained in:
@@ -1,18 +1,11 @@
|
||||
#ifndef __RETRO_IOBJ_HPP__
|
||||
#define __RETRO_IOBJ_HPP__
|
||||
|
||||
#include <HECL/HECL.hpp>
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
struct SObjectTag
|
||||
{
|
||||
HECL::FourCC fcc;
|
||||
u32 id;
|
||||
};
|
||||
|
||||
class IObj
|
||||
{
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user