src/GLRenderer.h

changeset 641
425b169a82aa
parent 629
b75c6cce02e2
child 642
751a8df42842
equal deleted inserted replaced
640:d4dda62c6600 641:425b169a82aa
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef LDFORGE_GLDRAW_H 19 #pragma once
20 #define LDFORGE_GLDRAW_H
21
22 #include <QGLWidget> 20 #include <QGLWidget>
23 #include "Main.h" 21 #include "Main.h"
24 #include "LDObject.h" 22 #include "LDObject.h"
25 #include "Document.h" 23 #include "Document.h"
26 24
303 GL::BFCBackList, 301 GL::BFCBackList,
304 }; 302 };
305 303
306 extern const GL::EFixedCamera g_Cameras[7]; 304 extern const GL::EFixedCamera g_Cameras[7];
307 extern const char* g_CameraNames[7]; 305 extern const char* g_CameraNames[7];
308
309 #endif // LDFORGE_GLDRAW_H

mercurial