mirror of
https://github.com/FIX94/hbc.git
synced 2024-11-26 12:34:20 +01:00
14 lines
219 B
C
14 lines
219 B
C
|
#ifndef _UPDATE_H_
|
||
|
#define _UPDATE_H_
|
||
|
|
||
|
#include <gctypes.h>
|
||
|
|
||
|
#include "loader_reloc.h"
|
||
|
|
||
|
bool update_signal(void);
|
||
|
bool update_busy(bool *update_available);
|
||
|
bool update_execute(view *sub_view, entry_point *ep);
|
||
|
|
||
|
#endif
|
||
|
|