You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Style: Replace header guards with #pragma once
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef UNIFORM_SET_CACHE_RD_H
|
||||
#define UNIFORM_SET_CACHE_RD_H
|
||||
#pragma once
|
||||
|
||||
#include "core/templates/local_vector.h"
|
||||
#include "core/templates/paged_allocator.h"
|
||||
@@ -226,5 +225,3 @@ public:
|
||||
UniformSetCacheRD();
|
||||
~UniformSetCacheRD();
|
||||
};
|
||||
|
||||
#endif // UNIFORM_SET_CACHE_RD_H
|
||||
|
||||
Reference in New Issue
Block a user