Get rid of MSVC's __int64
Use either int64_t, uint64_t or long long and unsigned long long, defined as per C++11 standard
This commit is contained in:
@@ -26,7 +26,7 @@ private:
|
||||
Level *level;
|
||||
|
||||
public:
|
||||
HellFlatLevelSource(Level *level, __int64 seed);
|
||||
HellFlatLevelSource(Level *level, int64_t seed);
|
||||
~HellFlatLevelSource();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user