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

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