remove nonstandard type aliases
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
#include "app/core/constants.h"
|
||||
#include "app/gui/icons.h"
|
||||
#include "imgui/imgui.h"
|
||||
#include "imgui/misc/cpp/imgui_stdlib.h"
|
||||
#include "util/macro.h"
|
||||
|
||||
namespace yaze {
|
||||
|
||||
@@ -184,5 +184,4 @@ std::string ResourceLabelManager::CreateOrGetLabel(
|
||||
return labels_[type][key];
|
||||
}
|
||||
|
||||
|
||||
} // namespace yaze
|
||||
|
||||
Reference in New Issue
Block a user