You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Core: Modernize C headers with C++ equivalents
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
#include "Jolt/Core/TempAllocator.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
class JoltTempAllocator final : public JPH::TempAllocator {
|
||||
uint64_t capacity = 0;
|
||||
|
||||
Reference in New Issue
Block a user