1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

fully working i guess

This commit is contained in:
Perttu Ahola 2011-02-11 19:55:42 +02:00
parent 804b2647ce
commit 52d99fef31
16 changed files with 358 additions and 122 deletions

View file

@ -79,6 +79,9 @@ Settings g_settings;
extern void set_default_settings();
// A dummy thing
ITextureSource *g_texturesource = NULL;
/*
Debug streams
*/
@ -259,9 +262,8 @@ int main(int argc, char *argv[])
// Initialize stuff
IIrrlichtWrapper irrlicht; // Dummy
init_mapnode(&irrlicht);
init_mineral(&irrlicht);
init_mapnode();
init_mineral();
/*
Check parameters