feat: window init
This commit is contained in:
parent
247b9927bf
commit
9aaa7a9374
3 changed files with 17 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
project('PowderTech', 'cpp')
|
||||
|
||||
rlib = dependency('raylib')
|
||||
|
||||
executable('powder-tech','src/main.cpp',dependencies: rlib)
|
||||
Loading…
Add table
Add a link
Reference in a new issue