Decouple <cstdint>

This commit is contained in:
Martin Natano
2023-04-21 22:13:41 +02:00
parent bcea05dd67
commit aa87f85eef
167 changed files with 1533 additions and 1307 deletions
+3 -1
View File
@@ -6,6 +6,8 @@
#include "RageTypes.h"
#include "RageTextureID.h"
#include <cstdint>
struct lua_State;
class RageTexture
{
@@ -15,7 +17,7 @@ public:
virtual void Update( float /* fDeltaTime */ ) {}
virtual void Reload() {}
virtual void Invalidate() { } /* only called by RageTextureManager::InvalidateTextures */
virtual uintptr_t GetTexHandle() const = 0; // accessed by RageDisplay
virtual std::uintptr_t GetTexHandle() const = 0; // accessed by RageDisplay
// movie texture/animated texture stuff
virtual void SetPosition( float /* fSeconds */ ) {} // seek