X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fresources%2Fresource.h;h=4efc082116eefcde6a1b3035b4ee354eea97f3a6;hp=571d1ea56c54e61ab10c43ef0f10cce766f19bb3;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=7ab13563ec79b45a09f03da73acb15b39e192df9 diff --git a/source/resources/resource.h b/source/resources/resource.h index 571d1ea5..4efc0821 100644 --- a/source/resources/resource.h +++ b/source/resources/resource.h @@ -1,7 +1,7 @@ #ifndef MSP_GL_RESOURCE_H_ #define MSP_GL_RESOURCE_H_ -#include +#include #include namespace Msp { @@ -41,7 +41,7 @@ public: /** Returns the amount of graphics memory used by this resource. The returned value must not change while the resource is loaded. */ - virtual UInt64 get_data_size() const = 0; + virtual std::uint64_t get_data_size() const = 0; virtual void unload() = 0; };