Renamed OpenGLRenderer to OpenGLBackend
This commit is contained in:
parent
4380b921d8
commit
37661c61a6
@ -1,5 +1,5 @@
|
||||
#include "OpenGLRenderer.h"
|
||||
#include "Core/Types.h"
|
||||
#include "../GFXBackend.h"
|
||||
#include "../MicroknightFont.h"
|
||||
#include <OpenGL/OpenGL.h>
|
||||
#include <OpenGL/gl.h>
|
||||
@ -1,6 +1,6 @@
|
||||
#include "RocketGui.h"
|
||||
#include "MicroknightFont.h"
|
||||
#include <OpenGLRenderer/OpenGLRenderer.h>
|
||||
#include "GFXBackend.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
//
|
||||
|
||||
#import "RocketView.h"
|
||||
#include <OpenGLRenderer/OpenGLRenderer.h>
|
||||
#include "../GFXBackend.h"
|
||||
|
||||
extern void Editor_init();
|
||||
extern void Editor_guiUpdate();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user