Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mission initialization overhaul #483

Merged
merged 11 commits into from
Aug 31, 2018
Prev Previous commit
Next Next commit
Adjusted functions.hpp and ui.hpp to folder renaming
Wyqer committed Aug 31, 2018

Unverified

This user has not yet uploaded their public signing key.
commit 535b660766670549b7e361a2ca5e8fd73f4c56b0
6 changes: 3 additions & 3 deletions Missionframework/KPLIB_functions.hpp
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
File: KPLIB_functions.hpp
Author: KP Liberation Dev Team - https://github.com/KillahPotatoes
Date: 2017-10-16
Last Update: 2018-08-03
Last Update: 2018-08-31
License: GNU General Public License v3.0 - https://www.gnu.org/licenses/gpl-3.0.html
Description:
@@ -17,7 +17,7 @@ class CfgFunctions {
#include "modules\00_init\functions.hpp"
#include "modules\01_core\functions.hpp"
#include "modules\02_build\functions.hpp"
#include "modules\99_adminMenu\functions.hpp"
#include "modules\99_playerMenu\functions.hpp"
#include "modules\99_adm\functions.hpp"
#include "modules\99_plm\functions.hpp"
};
};
6 changes: 3 additions & 3 deletions Missionframework/KPLIB_ui.hpp
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
File: KPLIB_ui.hpp
Author: KP Liberation Dev Team - https://github.com/KillahPotatoes
Date: 2017-10-16
Last Update: 2018-08-03
Last Update: 2018-08-31
License: GNU General Public License v3.0 - https://www.gnu.org/licenses/gpl-3.0.html
Description:
@@ -15,5 +15,5 @@
#include "modules\00_init\ui.hpp"
#include "modules\01_core\ui.hpp"
#include "modules\02_build\ui.hpp"
#include "modules\99_adminMenu\ui.hpp"
#include "modules\99_playerMenu\ui.hpp"
#include "modules\99_adm\ui.hpp"
#include "modules\99_plm\ui.hpp"