Texturing code + some other changes

This commit is contained in:
2022-10-23 17:44:58 -04:00
parent bcd6762276
commit 6b169a1c50
8 changed files with 212 additions and 71 deletions

View File

@@ -1,10 +1,17 @@
//#ifndef BASE
//#define BASE
#ifndef BASE
#define BASE
//#include "NodeRenderer.h"
#include "MapBlock.h"
//#include "MapBlock.h"
class NodeManager;
extern NodeManager nodeManager;
extern NodeManager nodeManager1;
//#endif
struct Position2D
{
int x;
int z;
};
#endif