1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Avoid -Wmissing-declarations warning in RenderingShaderContainer

This commit is contained in:
K. S. Ernest (iFire) Lee
2025-05-31 14:01:30 -07:00
parent b89c47bb85
commit bc2bf7de74
2 changed files with 6 additions and 9 deletions

View File

@@ -37,8 +37,8 @@ class RenderingShaderContainer : public RefCounted {
GDSOFTCLASS(RenderingShaderContainer, RefCounted);
public:
static const uint32_t MAGIC_NUMBER;
static const uint32_t VERSION;
static const uint32_t CONTAINER_MAGIC_NUMBER = 0x43535247;
static const uint32_t CONTAINER_VERSION = 2;
protected:
struct ContainerHeader {