This website requires JavaScript.
Explore
Sign In
michael
/
dr_libs.jai
Watch
1
Star
0
Fork
0
You've already forked dr_libs.jai
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
eec7e405c8
dr_libs.jai
/
module.jai
12 lines
110 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Regen to remove size_t
2023-11-21 20:08:07 +00:00
#scope_module
#import "Basic";
#if OS == .WINDOWS {
#load "windows.jai";
}
else {
assert(false);
}
Reference in New Issue
Copy Permalink