This website requires JavaScript.
Explore
Help
Sign In
v4games
/
eco2d
Watch
3
Star
0
Fork
You've already forked eco2d
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f6dd28e5ee
eco2d
/
code
/
apps
/
client
/
header
/
renderer.h
7 lines
72 B
C
Raw
Normal View
History
Unescape
Escape
Added basic perlin noise gen
2021-01-11 13:47:14 +00:00
#
pragma once
code: added base
2021-01-10 16:42:01 +00:00
void
gfx_init
(
)
;
void
gfx_shutdown
(
)
;
void
gfx_render
(
)
;