mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +02:00
Rename .inc files to .inc.cpp for better language detection by editors and Github
This commit is contained in:
parent
bfc9fcafb9
commit
73e5c12cde
5 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ namespace Resource {
|
|||
|
||||
const std::unordered_map<std::string, BlockType> BlockType::Types = {
|
||||
|
||||
#include "BlockType.inc"
|
||||
#include "BlockType.inc.cpp"
|
||||
|
||||
};
|
||||
|
||||
|
@ -51,7 +51,7 @@ static constexpr LegacyBlockType simple(const char *t) {
|
|||
|
||||
static const LegacyBlockType LEGACY_BLOCK_TYPE_DATA[256] = {
|
||||
|
||||
#include "LegacyBlockType.inc"
|
||||
#include "LegacyBlockType.inc.cpp"
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue