feat: updated engine
This commit is contained in:
parent
cbe99774ff
commit
f4cf6b3999
6607 changed files with 910135 additions and 430025 deletions
|
|
@ -28,12 +28,10 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
// object.h needs to be the first include *before* method_bind.h
|
||||
// FIXME: Find out why and fix potential cyclical dependencies.
|
||||
#include "core/object/object.h"
|
||||
|
||||
#include "method_bind.h"
|
||||
|
||||
#include "core/object/object.h"
|
||||
|
||||
uint32_t MethodBind::get_hash() const {
|
||||
MethodInfo mi;
|
||||
mi.return_val = get_return_info();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue