GEX core repository.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gex-core/gex_hooks.h

14 lines
224 B

6 years ago
//
// Created by MightyPork on 2017/12/15.
//
// Callbacks from the top level main() function etc
//
6 years ago
#ifndef GEX_GEX_HOOKS_H
#define GEX_GEX_HOOKS_H
void GEX_MsTick(void);
void GEX_PreInit(void);
#endif //GEX_GEX_HOOKS_H