Files
fx/assemblies/fx.io/assembly.c
T

8 lines
170 B
C
Raw Normal View History

2026-05-03 14:51:11 +01:00
#include <fx/macros.h>
#include <fx/reflection/assembly.h>
FX_ASSEMBLY_BEGIN(fx_io)
FX_ASSEMBLY_NAME("fx.io");
FX_ASSEMBLY_VERSION(1, 0, 0, 0);
FX_ASSEMBLY_END(fx_io)