This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neofx-libzoom/zoom/render.h

13 lines
204 B
C

#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