Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModioMedia

Ahmed Castro edited this page Nov 10, 2017 · 9 revisions
struct ModioMedia
{
  char** youtube_array;
  int youtube_size;
  char** sketchfab_array;
  int sketchfab_size;
  ModioImage* images_array;
  int images_size;
};

Contents

Clone this wiki locally