mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Core: Modernize C headers with C++ equivalents
This commit is contained in:
@@ -34,8 +34,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
enum WebXRInputEvent {
|
||||
WEBXR_INPUT_EVENT_SELECTSTART,
|
||||
WEBXR_INPUT_EVENT_SELECTEND,
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
#include "servers/xr/xr_hand_tracker.h"
|
||||
|
||||
#include <emscripten.h>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
|
||||
void _emwebxr_on_session_supported(char *p_session_mode, int p_supported) {
|
||||
XRServer *xr_server = XRServer::get_singleton();
|
||||
|
||||
Reference in New Issue
Block a user