Skip to content

Commit

Permalink
fix: bad header (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi authored Oct 27, 2024
1 parent 4619c9e commit bcc6b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Message.h
#ifndef AB_MESSAGE_H
#define AB_MESSAGE_H
#include "Common.h"
#include "ItemTemplate.h"
#include <string>
#include <unordered_map>

std::string ABGetLocaleText(LocaleConstant locale, const std::string& titleType);

Expand Down

0 comments on commit bcc6b27

Please sign in to comment.