b8

A x86 32bits native fantazy console.
git clone git://git.vgx.fr/b8
Log | Files | Refs

media.h (156B)


      1 #ifndef MEDIA_H
      2 #define MEDIA_H
      3 
      4 void load_media(const char *name);
      5 void unload_media();
      6 
      7 void update_graphics();
      8 int update_input();
      9 
     10 #endif /* MEDIA_H */