2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 02:27:42 +00:00

Add kabufuda and more stubs

This commit is contained in:
2016-06-28 11:54:55 -07:00
parent 9d62e7d9f1
commit fc8f3e3881
8 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
#ifndef __URDE_CDRAWABLEOBJECT_HPP__
#define __URDE_CDRAWABLEOBJECT_HPP__
#include "CDrawable.hpp"
#include "zeus/CPlane.hpp"
namespace urde
{
class CDrawablePlaneObject
{
CDrawablePlaneObject(EDrawableType, float, float, const zeus::CAABox&, bool, const zeus::CPlane&, bool, const void*);
};
}
#endif // __URDE_CDRAWABLEOBJECT_HPP__