raze-gles/source/core/rendering/render.h
2021-03-18 12:49:33 +01:00

5 lines
183 B
C

#pragma once
#include "build.h"
void render_drawrooms(vec3_t& position, int sectnum, fixed_t q16angle, fixed_t q16horizon, float rollang, float fov, bool mirror, bool planemirror);