Added forward declarations to avoid ring compiler errors

This commit is contained in:
TabDragon
2017-12-20 22:58:00 +01:00
parent e641199ce4
commit 60e57b9ae0
8 changed files with 8 additions and 10 deletions

View File

@ -1,9 +1,9 @@
#include "header.h"
#include "header/input.h"
int LogEntry::randomed(0);
unsigned int PuzzlePiece::idcount(0);
int main()
{