mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-19 03:06:37 +02:00
cleanup includes, primarily artifacts of the updatestrat refactor
This commit is contained in:
@ -1,10 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "mm/services/service.hpp"
|
||||
#include "mm/update_strategies/update_strategy.hpp"
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
|
||||
//#include <physfs.h>
|
||||
//fwd
|
||||
typedef struct PHYSFS_File PHYSFS_File;
|
||||
@ -14,6 +9,8 @@ typedef struct PHYSFS_Stat PHYSFS_Stat;
|
||||
|
||||
#include <mm/engine.hpp>
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace MM::Services {
|
||||
|
||||
class FilesystemService : public Service {
|
||||
|
Reference in New Issue
Block a user