shithub: pt2-clone

ref: cc40820c1883d2ef3a4f7cde62f5818f4204f7c7
dir: /src/pt2_module_loader.h/

View raw version
#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);