mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-06 06:43:36 +00:00
chore: drop unused extern LinuxGame app from FileHeader.cpp
This commit is contained in:
parent
e174fabcb6
commit
0a5cf82d80
|
|
@ -10,13 +10,10 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "app/linux/LinuxGame.h"
|
||||
#include "java/System.h"
|
||||
#include "minecraft/world/level/storage/ConsoleSaveFileIO/FileHeader.h"
|
||||
#include "util/Definitions.h"
|
||||
|
||||
extern LinuxGame app;
|
||||
|
||||
FileHeader::FileHeader() {
|
||||
lastFile = nullptr;
|
||||
m_saveVersion = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue