Files
dusklight/include/f_pc/f_pc_line.h
T
Luke Street eed14acdc6 Annotate all data with DUSK_GAME_DATA (#2214)
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.
2026-07-14 13:49:21 -06:00

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