mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-05 09:35:12 +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
|
|
|