final rename

This commit is contained in:
MihailRis
2024-04-24 19:01:28 +03:00
parent 1ecc608ead
commit 4ac8ea1ab3
14 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "PacksManager.h"
#include "PacksManager.hpp"
#include "../util/listutil.h"
@@ -1,5 +1,5 @@
#ifndef CONTENT_PACKS_MANAGER_H_
#define CONTENT_PACKS_MANAGER_H_
#ifndef CONTENT_PACKS_MANAGER_HPP_
#define CONTENT_PACKS_MANAGER_HPP_
#include "ContentPack.h"
@@ -44,4 +44,4 @@ public:
static std::vector<std::string> getNames(const std::vector<ContentPack>& packs);
};
#endif // CONTENT_PACKS_MANAGER_H_
#endif // CONTENT_PACKS_MANAGER_HPP_