1
0
mirror of https://github.com/td512/re3.git synced 2026-02-22 12:57:05 +00:00

added NodeName plugin

This commit is contained in:
aap
2019-06-12 14:35:15 +02:00
parent 01babd43b1
commit 83cc43eeff
3 changed files with 65 additions and 4 deletions

View File

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