#ifndef SCREENS_DISCLAIMER_H #define SCREENS_DISCLAIMER_H void screen_disclaimer_load(); void screen_disclaimer_unload(void *); void screen_disclaimer_update(void *); void screen_disclaimer_draw(void *); #endif