17 lines
531 B
Text
17 lines
531 B
Text
#scope_file #run {
|
|
compiler :: #import "Compiler";
|
|
compiler.set_build_options_dc(.{ do_output = false });
|
|
|
|
#import,file "./array/module.jai"(true);
|
|
#import,file "./encoding/module.jai"(true);
|
|
#import,file "./hash/module.jai"(true);
|
|
#import,file "./memory/module.jai"(true);
|
|
#import,file "./meta/module.jai"(true);
|
|
|
|
rmath :: #import,file "./math/module.jai"(.radians, true);
|
|
// dmath :: #import,file "./math/module.jai"(.degrees, true);
|
|
// tmath :: #import,file "./math/module.jai"(.turns, true);
|
|
}
|
|
|
|
|
|
|