WiiFlow_Lite/resources/extldr/usbgecko.h
fix94.1 3b1dcf389a -added back some missing cover converting code for jpegs
-added some more debug information and more safety code
2014-03-24 18:59:24 +00:00

8 lines
111 B
C

#ifndef __USBGECKO_H__
#define __USBGECKO_H__
void usbgecko_init();
void gprintf(const char* string);
#endif