honey

very old unfinished project. tracking so i dont lose it
git clone git://moonbender.net/honey
Log | Files | Refs | README

xdraw.h (149B)


      1 #include <stdint.h>
      2 #include <stdlib.h>
      3 
      4 void InitWindow();
      5 void LoadPalette(uint32_t *pal);
      6 void HandleEvents();
      7 void Cleanup();
      8 void DrawBuffer();