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:
parent
804b2647ce
commit
52d99fef31
16 changed files with 358 additions and 122 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue