replace include guards with pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef VOXELS_WORLDGENERATOR_HPP_
|
||||
#define VOXELS_WORLDGENERATOR_HPP_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -26,5 +25,3 @@ public:
|
||||
|
||||
virtual void generate(voxel* voxels, int x, int z, int seed) = 0;
|
||||
};
|
||||
|
||||
#endif // VOXELS_WORLDGENERATOR_HPP_
|
||||
|
||||
Reference in New Issue
Block a user