You've already forked godot
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user