aboutsummaryrefslogtreecommitdiffstats
path: root/dev/MinGfx/src/mingfx.h
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2021-09-20 18:15:14 -0500
committerMatt Strapp <matt@mattstrapp.net>2021-09-20 18:15:14 -0500
commit342403a02f8063903d0f38327430721d4d0ae331 (patch)
tree29d020a27bc16939c568dd4b29166566d1c0e658 /dev/MinGfx/src/mingfx.h
parentFix parenthesis (diff)
downloadcsci4611-342403a02f8063903d0f38327430721d4d0ae331.tar
csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar.gz
csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar.bz2
csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar.lz
csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar.xz
csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar.zst
csci4611-342403a02f8063903d0f38327430721d4d0ae331.zip
Diffstat (limited to 'dev/MinGfx/src/mingfx.h')
-rw-r--r--dev/MinGfx/src/mingfx.h92
1 files changed, 46 insertions, 46 deletions
diff --git a/dev/MinGfx/src/mingfx.h b/dev/MinGfx/src/mingfx.h
index 51ea0f8..fae4316 100644
--- a/dev/MinGfx/src/mingfx.h
+++ b/dev/MinGfx/src/mingfx.h
@@ -1,46 +1,46 @@
-/*
- This file is part of the MinGfx Project.
-
- Copyright (c) 2017,2018 Regents of the University of Minnesota.
- All Rights Reserved.
-
- Original Author(s) of this File:
- Dan Keefe, 2018, University of Minnesota
-
- Author(s) of Significant Updates/Modifications to the File:
- ...
- */
-
-
-/// \file mingfx.h Includes the entire MinGfx library and calls using namespace mingfx
-
-#ifndef SRC_MINGFX_H_
-#define SRC_MINGFX_H_
-
-#include "aabb.h"
-#include "bvh.h"
-#include "color.h"
-#include "craft_cam.h"
-#include "default_shader.h"
-#include "gfxmath.h"
-#include "graphics_app.h"
-#include "matrix4.h"
-#include "mesh.h"
-#include "mingfx_config.h"
-#include "opengl_headers.h"
-#include "platform.h"
-#include "point2.h"
-#include "point3.h"
-#include "quaternion.h"
-#include "quick_shapes.h"
-#include "ray.h"
-#include "shader_program.h"
-#include "text_shader.h"
-#include "texture2d.h"
-#include "unicam.h"
-#include "vector2.h"
-#include "vector3.h"
-
-//using namespace mingfx;
-
-#endif
+/*
+ This file is part of the MinGfx Project.
+
+ Copyright (c) 2017,2018 Regents of the University of Minnesota.
+ All Rights Reserved.
+
+ Original Author(s) of this File:
+ Dan Keefe, 2018, University of Minnesota
+
+ Author(s) of Significant Updates/Modifications to the File:
+ ...
+ */
+
+
+/// \file mingfx.h Includes the entire MinGfx library and calls using namespace mingfx
+
+#ifndef SRC_MINGFX_H_
+#define SRC_MINGFX_H_
+
+#include "aabb.h"
+#include "bvh.h"
+#include "color.h"
+#include "craft_cam.h"
+#include "default_shader.h"
+#include "gfxmath.h"
+#include "graphics_app.h"
+#include "matrix4.h"
+#include "mesh.h"
+#include "mingfx_config.h"
+#include "opengl_headers.h"
+#include "platform.h"
+#include "point2.h"
+#include "point3.h"
+#include "quaternion.h"
+#include "quick_shapes.h"
+#include "ray.h"
+#include "shader_program.h"
+#include "text_shader.h"
+#include "texture2d.h"
+#include "unicam.h"
+#include "vector2.h"
+#include "vector3.h"
+
+//using namespace mingfx;
+
+#endif