2026-05-03 16:49:23 +01:00
|
|
|
#include <fx/macros.h>
|
|
|
|
|
#include <fx/reflection/assembly.h>
|
|
|
|
|
|
2026-05-05 21:16:31 +01:00
|
|
|
FX_ASSEMBLY_BEGIN(fx_term)
|
2026-05-03 16:49:23 +01:00
|
|
|
FX_ASSEMBLY_NAME("fx.term");
|
|
|
|
|
FX_ASSEMBLY_VERSION(1, 0, 0, 0);
|
2026-05-05 21:16:31 +01:00
|
|
|
FX_ASSEMBLY_END(fx_term)
|