mirror of
https://github.com/zeldaret/botw
synced 2026-07-06 13:11:07 -04:00
gsys: Add ModelUnit virtual functions
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include <hostio/seadHostIONode.h>
|
||||
|
||||
namespace gsys {
|
||||
|
||||
// TODO
|
||||
class ModelUnitDrawArray : public sead::hostio::Node {
|
||||
public:
|
||||
struct CreateArg {
|
||||
CreateArg();
|
||||
};
|
||||
|
||||
ModelUnitDrawArray();
|
||||
virtual ~ModelUnitDrawArray();
|
||||
};
|
||||
|
||||
} // namespace gsys
|
||||
Reference in New Issue
Block a user