https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 06a13a4acdd71a6193ae188d5f4b06d2602bce50 authored by a1ex on 19 June 2016, 18:07:35 UTC
Close branch lua-features.
Tip revision: 06a13a4
console.h
#ifndef _CONSOLE_H_
#define _CONSOLE_H_

// console
void console_show();
void console_hide();

void console_draw_from_menu();

#endif // _CONSOLE_H_
back to top