summaryrefslogtreecommitdiffstats
path: root/zoom/render.h
blob: b25a65cd13bf90d5c334d28f84bcc63a9cbd90e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ZOOM_RENDER_H
#define ZOOM_RENDER_H

#include <zoom/types.h>
#include <zoom/light.h>
#include <GL/gl.h>


void Render();
void RenderWall(WALL, GLuint*);
void RenderWallLight(WALL, LIGHT);

#endif