mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 06:39:18 +02:00
basic renderer types. texture manager moved to renderer
This commit is contained in:
11
Texture.cpp
11
Texture.cpp
@@ -14,19 +14,14 @@ http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "Texture.h"
|
||||
#include "texture.h"
|
||||
|
||||
#include <ddraw.h>
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#include "opengl/glew.h"
|
||||
|
||||
#include "Globals.h"
|
||||
#include "usefull.h"
|
||||
#include "globals.h"
|
||||
#include "logs.h"
|
||||
#include "Usefull.h"
|
||||
#include "TextureDDS.h"
|
||||
|
||||
texture_manager TextureManager;
|
||||
|
||||
texture_manager::texture_manager() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user