ref: 4f4c60b34d48ac94175de4939c2fe07e73c348c5
dir: /src/pt2_module_loader.h/
#pragma once #include <stdint.h> #include <stdbool.h> #include "pt2_header.h" #include "pt2_unicode.h" #include "pt2_structs.h" void loadModFromArg(char *arg); void loadDroppedFile(char *fullPath, uint32_t fullPathLen, bool autoPlay, bool songModifiedCheck); module_t *modLoad(UNICHAR *fileName); void setupLoadedMod(void);