mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-16 11:18:05 +00:00
13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
|
using Basic :: #import "Basic";
|
||
|
|
||
|
Clay :: #import,file "../module.jai";
|
||
|
Raylib :: #import "raylib-jai";
|
||
|
|
||
|
#load "clay_renderer_raylib.jai";
|
||
|
|
||
|
window_width: s32 = 1024;
|
||
|
window_height: s32 = 768;
|
||
|
|
||
|
main :: () {
|
||
|
|
||
|
}
|