1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-22 06:40:57 +00:00
re3/src/rw/NodeName.h

5 lines
87 B
C
Raw Normal View History

2019-05-15 14:52:37 +00:00
#pragma once
2019-06-12 12:35:15 +00:00
bool NodeNamePluginAttach(void);
2019-05-15 14:52:37 +00:00
char *GetFrameNodeName(RwFrame *frame);