1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-07 22:35:21 +02:00

C++11 code modernization

This commit is contained in:
sfan5
2020-03-26 23:07:27 +01:00
parent 1d678ffa82
commit 9096f70188
8 changed files with 46 additions and 66 deletions

View File

@@ -10,8 +10,7 @@
#include "types.h"
class BlockPos {
public:
struct BlockPos {
int16_t x;
int16_t y;
int16_t z;