gs_ffmpeg

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

gs.c (215B)


      1 #define GS_IMPL
      2 #include "../third_party/include/gs/gs.h"
      3 
      4 #define GS_IMMEDIATE_DRAW_IMPL
      5 #include "../third_party/include/gs/util/gs_idraw.h"
      6 
      7 #define GS_GUI_IMPL
      8 #include "../third_party/include/gs/util/gs_gui.h"