You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Style: Cleanup header guards for consistency
Fix file names for {Static,Lightmap}RaycasterEmbree.
This commit is contained in:
@@ -28,13 +28,13 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#include "core/string/ustring.h"
|
||||
|
||||
#ifndef MONO_MACOS_UTILS_H
|
||||
#define MONO_MACOS_UTILS_H
|
||||
|
||||
#ifdef MACOS_ENABLED
|
||||
|
||||
#include "core/string/ustring.h"
|
||||
|
||||
bool macos_is_app_bundle_installed(const String &p_bundle_id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user