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
4a9d85ba1c
raycasting
/
view.h
9 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
Separate drawing out to view.cpp
2023-03-31 06:49:36 +08:00
#
ifndef VIEW_H
#
define VIEW_H
int
view_init
(
)
;
int
view_update
(
)
;
Create basic level grid representation.
2023-03-31 08:08:02 +08:00
void
view_end
(
)
;
Separate drawing out to view.cpp
2023-03-31 06:49:36 +08:00
#
endif
Reference in New Issue
Copy Permalink