mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-24 10:13:51 +00:00
Remove all MSVC __int64 (#742)
This commit is contained in:
parent
175fc3824e
commit
988e3042e0
277 changed files with 3672 additions and 3684 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include "IntCache.h"
|
||||
#include "SwampRiversLayer.h"
|
||||
|
||||
SwampRiversLayer::SwampRiversLayer(__int64 seed, shared_ptr<Layer> parent) : Layer(seed)
|
||||
SwampRiversLayer::SwampRiversLayer(int64_t seed, shared_ptr<Layer> parent) : Layer(seed)
|
||||
{
|
||||
this->parent = parent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue