Skip to content

Commit

Permalink
Rename functions.hpp to cfgFunctions.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
theace0296 committed Sep 23, 2021
1 parent f0c8a98 commit 0430bf3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sqflint.descriptionFiles": [
"functions.hpp",
"cfgFunctions.hpp",
"dialogs.hpp",
"defines.hpp",
"cfgDebriefing.hpp",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class Header
#include "RandFramework\GUI\dialogs.hpp"

class CfgFunctions {
#include "fhqtt\functions.hpp"
#include "RandFramework\functions.hpp"
#include "fhqtt\cfgFunctions.hpp"
#include "RandFramework\cfgFunctions.hpp"
class CUSTOM_MISSION {
class mission {
class SetDefaultMissionSetupVars {
Expand Down
File renamed without changes.

0 comments on commit 0430bf3

Please sign in to comment.