8 lines
165 B
C
8 lines
165 B
C
|
|
#include <fx/macros.h>
|
||
|
|
#include <fx/reflection/assembly.h>
|
||
|
|
|
||
|
|
FX_ASSEMBLY_BEGIN()
|
||
|
|
FX_ASSEMBLY_NAME("fx.cmdline");
|
||
|
|
FX_ASSEMBLY_VERSION(1, 0, 0, 0);
|
||
|
|
FX_ASSEMBLY_END()
|