Add strings.ptr_from_string

This commit is contained in:
gingerBill
2019-12-01 18:06:49 +00:00
parent 9503440eb0
commit 6b5ea011e7
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/demo/demo.odin
&& odin build examples/demo/demo.odin -keep-temp-files
del *.obj > NUL 2> NUL