This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-libzoom/zoom/render.h

14 lines
204 B
C
Raw Permalink Normal View History

2005-04-22 19:51:02 +00:00
#ifndef ZOOM_RENDER_H
#define ZOOM_RENDER_H
2005-04-18 15:27:00 +00:00
#include <zoom/types.h>
#include <zoom/light.h>
#include <GL/gl.h>
2005-04-18 15:27:00 +00:00
void Render();
void RenderWall(WALL, GLuint*);
void RenderWallLight(WALL, LIGHT);
2005-04-18 15:27:00 +00:00
#endif