MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / InitModules

Function InitModules

utils/dasFormatter/main.cpp:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10void InitModules() {
11 // register modules
12 register_builtin_modules();
13#include "modules/external_need.inc"
14 Module::Initialize();
15 // compile and run
16
17}
18
19string help() {
20 return "Tool to convert daslang v1 syntax to v2\n"

Callers 1

mainFunction · 0.85

Calls 1

register_builtin_modulesFunction · 0.85

Tested by

no test coverage detected