mirror of
https://github.com/zeldaret/ss
synced 2026-06-04 10:48:38 -04:00
d_dylink for the most part
This commit is contained in:
+11
-3
@@ -3,10 +3,18 @@
|
||||
|
||||
#include <common.h>
|
||||
|
||||
namespace dDyl {
|
||||
class dDynamicModuleControl {
|
||||
public:
|
||||
dDynamicModuleControl() {}
|
||||
virtual ~dDynamicModuleControl();
|
||||
|
||||
bool Unlink(u16 relId);
|
||||
void set(u16 *ptr, int count);
|
||||
BOOL do_link() const;
|
||||
BOOL do_unlink();
|
||||
|
||||
} // dDyl
|
||||
private:
|
||||
u16 *mPtr;
|
||||
int mCount;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user