mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-10-06 05:45:21 +02:00
Some more code modernization
also a few small performance improvements
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#ifndef DB_HEADER
|
||||
#define DB_HEADER
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <map>
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
@@ -122,4 +120,3 @@ inline BlockPos DB::decodeBlockPos(int64_t hash) const
|
||||
* End black magic *
|
||||
*******************/
|
||||
|
||||
#endif // DB_HEADER
|
||||
|
Reference in New Issue
Block a user