Browse Source

restructure

Brett 5 years ago
parent
commit
82ea24d5e9

+ 0 - 0
addons/other/$PBOPREFIX$ → addon/$PBOPREFIX$


+ 0 - 0
addons/other/CfgEventHandlers.hpp → addon/CfgEventHandlers.hpp


+ 0 - 0
addons/other/XEH_PREP.hpp → addon/XEH_PREP.hpp


+ 0 - 0
addons/other/XEH_postInit.sqf → addon/XEH_postInit.sqf


+ 0 - 0
addons/other/XEH_preInit.sqf → addon/XEH_preInit.sqf


+ 0 - 0
addons/other/XEH_preStart.sqf → addon/XEH_preStart.sqf


+ 0 - 0
addons/other/config.cpp → addon/config.cpp


+ 0 - 0
addons/other/functions/script_component.ht.hpp → addon/functions/script_component.ht.hpp


+ 0 - 0
addons/other/script_component.ht.hpp → addon/script_component.ht.hpp


+ 0 - 0
addons/main/$PBOPREFIX$ → init/addons/main/$PBOPREFIX$


+ 0 - 0
addons/main/config.cpp → init/addons/main/config.cpp


+ 0 - 0
addons/main/script_component.ht.hpp → init/addons/main/script_component.ht.hpp


+ 0 - 0
addons/main/script_macros.hpp → init/addons/main/script_macros.hpp


+ 0 - 0
addons/main/script_mod.ht.hpp → init/addons/main/script_mod.ht.hpp


+ 0 - 0
addons/main/script_version.hpp → init/addons/main/script_version.hpp


+ 0 - 0
include/x/cba/addons/main/script_macros_common.hpp → init/include/x/cba/addons/main/script_macros_common.hpp


+ 3 - 0
init/mod.ht.cpp

@@ -0,0 +1,3 @@
+name = "{{name}}";
+dir = "@{{prefix}}";
+author = "{{author}}";

+ 0 - 3
mod.ht.cpp

@@ -1,3 +0,0 @@
-name = "{{PROJECTNAME}}";
-dir = "@{{PREFIX}}";
-author = "{{AUTHOR}}";