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:
15
Runtime/Graphics/CDrawablePlaneObject.hpp
Normal file
15
Runtime/Graphics/CDrawablePlaneObject.hpp
Normal 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__
|
||||
Reference in New Issue
Block a user