Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Sep 19, 2024
1 parent 82b40dc commit cb6af06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/BMLMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ class BMLMod : public IMod {

private:
void InitConfigs();
void RegisterCommands();
void InitGUI();
void RegisterCommands();

void OnEditScript_Base_EventHandler(CKBehavior *script);
void OnEditScript_Menu_MenuInit(CKBehavior *script);
Expand Down
3 changes: 0 additions & 3 deletions src/Config.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
#ifndef BML_CONFIG_H
#define BML_CONFIG_H

#include <algorithm>
#include <cctype>
#include <string>
#include <vector>
#include <sstream>
#include <functional>

#include "BML/IConfig.h"
#include "BML/IMod.h"
Expand Down
2 changes: 0 additions & 2 deletions src/ModManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "ModManager.h"

#include <ctime>

#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
Expand Down

0 comments on commit cb6af06

Please sign in to comment.