final rename
This commit is contained in:
@@ -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_
|
||||
Reference in New Issue
Block a user