sdcafiine_plugin/src/modpackSelector.h

8 lines
262 B
C
Raw Normal View History

2022-02-04 15:05:17 +01:00
#pragma once
2022-09-18 13:04:02 +02:00
#include <cstdint>
#include <string>
2021-04-06 16:58:19 +02:00
2022-02-04 15:05:17 +01:00
void HandleMultiModPacks(uint64_t titleid /*,bool showMenu = true*/);
2021-04-06 16:58:19 +02:00
void console_print_pos(int x, int y, const char *format, ...);
2022-09-19 17:48:14 +02:00
bool ReplaceContent(const std::string &basePath, const std::string &modpack);