This website requires JavaScript.
Explore
Help
Sign In
sheldonmlee
/
raycasting
Watch
1
Star
0
Fork
0
You've already forked raycasting
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fe02b79946
raycasting
/
main.cpp
12 lines
107 B
C++
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-03-31 06:36:54 +08:00
#
include
<stdio.h>
Separate drawing out to view.cpp
2023-03-31 06:49:36 +08:00
#
include
"view.h"
Initial commit
2023-03-31 06:36:54 +08:00
int
main
(
)
{
Separate drawing out to view.cpp
2023-03-31 06:49:36 +08:00
view_init
(
)
;
while
(
view_update
(
)
)
;
Initial commit
2023-03-31 06:36:54 +08:00
return
0
;
}
Reference in New Issue
Copy Permalink