aboutsummaryrefslogtreecommitdiffstats
path: root/q3map/nodraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'q3map/nodraw.c')
-rwxr-xr-xq3map/nodraw.c52
1 files changed, 26 insertions, 26 deletions
diff --git a/q3map/nodraw.c b/q3map/nodraw.c
index 9931f27..7503a48 100755
--- a/q3map/nodraw.c
+++ b/q3map/nodraw.c
@@ -19,29 +19,29 @@ along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
-
-#include "qbsp.h"
-
-vec3_t draw_mins, draw_maxs;
-qboolean drawflag;
-
-void Draw_ClearWindow (void)
-{
-}
-
-//============================================================
-
-#define GLSERV_PORT 25001
-
-
-void GLS_BeginScene (void)
-{
-}
-
-void GLS_Winding (winding_t *w, int code)
-{
-}
-
-void GLS_EndScene (void)
-{
-}
+
+#include "qbsp.h"
+
+vec3_t draw_mins, draw_maxs;
+qboolean drawflag;
+
+void Draw_ClearWindow (void)
+{
+}
+
+//============================================================
+
+#define GLSERV_PORT 25001
+
+
+void GLS_BeginScene (void)
+{
+}
+
+void GLS_Winding (winding_t *w, int code)
+{
+}
+
+void GLS_EndScene (void)
+{
+}