fx: support for registering callable functions with types
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <fx/macros.h>
|
||||
#include <fx/reflection/assembly.h>
|
||||
|
||||
FX_ASSEMBLY_BEGIN()
|
||||
FX_ASSEMBLY_BEGIN(fx_cmdline)
|
||||
FX_ASSEMBLY_NAME("fx.cmdline");
|
||||
FX_ASSEMBLY_VERSION(1, 0, 0, 0);
|
||||
FX_ASSEMBLY_END()
|
||||
FX_ASSEMBLY_END(fx_cmdline)
|
||||
|
||||
Reference in New Issue
Block a user