mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
work-in-progress texture atlas optimization
This commit is contained in:
parent
949383a2f7
commit
1704badc30
21 changed files with 1496 additions and 271 deletions
|
@ -20,15 +20,20 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#ifndef MAIN_HEADER
|
||||
#define MAIN_HEADER
|
||||
|
||||
#include "irrlichtwrapper.h"
|
||||
|
||||
// Settings
|
||||
#include "utility.h"
|
||||
extern Settings g_settings;
|
||||
|
||||
// A thread safe wrapper to irrlicht
|
||||
// On a server build, this is always NULL.
|
||||
// TODO: Remove this
|
||||
#include "irrlichtwrapper.h"
|
||||
extern IrrlichtWrapper *g_irrlicht;
|
||||
|
||||
// This makes and maps textures
|
||||
#include "tile.h"
|
||||
extern TextureSource *g_texturesource;
|
||||
|
||||
// Debug streams
|
||||
|
||||
#include <fstream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue