https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: db0e8fb27bb4076f2815f09b52513df170f03947 authored by Daniel Fort on 02 December 2018, 15:19:34 UTC
Merged in latest lua_fix
Tip revision: db0e8fb
boot-hack.h
#ifndef __BOOT_HACK_H_
#define __BOOT_HACK_H_

int magic_is_off();
void _disable_ml_startup();

/* Blocks execution until config is read */
void hold_your_horses();

#endif // __BOOT_HACK_H
back to top