mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-24 05:46:51 -04:00
eed14acdc6
The hope of auto-importing data via lld MinGW + pseudo_reloc is now dead thanks to ARM64, so I just wrote a script to go annotate every exported data symbol in the game instead.
11 lines
167 B
C
11 lines
167 B
C
#ifndef F_PC_LINE_H_
|
|
#define F_PC_LINE_H_
|
|
|
|
#include "SSystem/SComponent/c_tree.h"
|
|
|
|
void fpcLn_Create();
|
|
|
|
DUSK_GAME_EXTERN node_lists_tree_class g_fpcLn_Queue;
|
|
|
|
#endif
|