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

11 lines
169 B

//
// Created by MightyPork on 2017/12/15.
//
#ifndef GEX_GEX_HOOKS_H
#define GEX_GEX_HOOKS_H
void GEX_MsTick(void);
void GEX_PreInit(void);
#endif //GEX_GEX_HOOKS_H