Clang warning fixes; remove unneeded nuklear files; remove assumed window size

This commit is contained in:
2023-09-04 06:20:55 +00:00
parent 467f7b29ea
commit f41f547f63
33 changed files with 84 additions and 3127 deletions

View File

@@ -21,7 +21,7 @@ struct datastream {
struct Texture;
struct datastream *MakeDatastream();
void MakeDatastream();
void ds_openvideo(struct datastream *ds, const char *path, const char *adriver);
struct Texture *ds_maketexture(struct datastream *);
void ds_advance(struct datastream *ds, double);