Link with RW libs

This commit is contained in:
Sergeanur
2020-04-11 18:37:20 +03:00
parent c307e72fa0
commit daceee593b
17 changed files with 457 additions and 3 deletions

4
src/rw/NodeName.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
bool NodeNamePluginAttach(void);
char *GetFrameNodeName(RwFrame *frame);