raycasting/view.h

8 lines
75 B
C

#ifndef VIEW_H
#define VIEW_H
int view_init();
int view_update();
#endif