Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Update mono glue
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Mar 3, 2018
1 parent b87f26f commit c5cd0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mono/mono_glue.gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11445,9 +11445,9 @@ Object* godot_icall__VisualScriptEditor_get_singleton() {

namespace GodotSharpBindings
{
uint64_t get_core_api_hash() { return 16601925897304840795; }
uint64_t get_core_api_hash() { return 5128684965136174502; }
#ifdef TOOLS_ENABLED
uint64_t get_editor_api_hash() { return 4146382895289594032; }
uint64_t get_editor_api_hash() { return 14762588623565969755; }
#endif // TOOLS_ENABLED
uint32_t get_bindings_version() { return 1; }
uint32_t get_cs_glue_version() { return 1; }
Expand Down

0 comments on commit c5cd0b2

Please sign in to comment.