Redo ReadSaveBuf + common.h cleanup

This commit is contained in:
Sergeanur
2021-06-25 19:03:05 +03:00
parent 6152f02333
commit 2b67aba94c
26 changed files with 398 additions and 337 deletions

View File

@@ -23,3 +23,5 @@ public:
};
extern CConsole TheConsole;
void cprintf(char*, ...);

View File

@@ -14,6 +14,7 @@
#include "ParticleObject.h"
#include "Particle.h"
#include "soundlist.h"
#include "debugmenu.h"
#define MAX_PARTICLES_ON_SCREEN (1000)