SCRATCH move things to the right places

This commit is contained in:
Petr Mrázek
2015-02-04 21:10:10 +01:00
parent 473971b6e7
commit 141e0a02a0
49 changed files with 87 additions and 95 deletions

View File

@ -1,5 +1,8 @@
#pragma once
#include "logic/BaseInstance.h"
#include "logic/minecraft/Mod.h"
class ModList;
class MinecraftInstance: public BaseInstance
{