Skip to content

Commit

Permalink
Update IBML.h and IMod.h
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Sep 17, 2024
1 parent ba32e79 commit 123a297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions include/BML/IBML.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
#include "CKAll.h"

#include "BML/Defines.h"
#include "BML/ILogger.h"
#include "BML/ICommand.h"
#include "BML/IMessageReceiver.h"
#include "BML/InputHook.h"

class IMod;
class InputHook;

class BML_EXPORT IBML : public IMessageReceiver {
public:
Expand Down
8 changes: 3 additions & 5 deletions include/BML/IMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@

#include "BML/Defines.h"
#include "BML/IMessageReceiver.h"
#include "BML/ILogger.h"
#include "BML/IConfig.h"
#include "BML/ICommand.h"

class IMod;
class IBML;
class ILogger;
class ICommand;
class IConfig;
class IProperty;

struct BMLVersion {
int major, minor, build;
Expand Down

0 comments on commit 123a297

Please sign in to comment.