mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Update SqBase.hpp
This commit is contained in:
@ -206,8 +206,8 @@ class CVehicle;
|
|||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
template < typename > class LongInt;
|
template < typename > class LongInt;
|
||||||
typedef LongInt< int64_t > SLongInt;
|
typedef LongInt< signed long long > SLongInt;
|
||||||
typedef LongInt< uint64_t > ULongInt;
|
typedef LongInt< unsigned long long > ULongInt;
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
class SqBuffer;
|
class SqBuffer;
|
||||||
|
Reference in New Issue
Block a user