#ifndef LOADER_H #define LOADER_H #include "data_ini.h" #include "data_ress.h" // Load all textures needed for style and level from gIni int loadRessources(gameIni_t *gIni, char databasepath[], gameRess_t *gRess); #endif /*LOADER_H*/