sdcafiine_plugin/src/modpackSelector.h

14 lines
236 B
C
Raw Normal View History

2022-02-04 15:05:17 +01:00
#pragma once
#include <stdint.h>
2021-04-06 16:58:19 +02:00
#ifdef __cplusplus
extern "C" {
#endif
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, ...);
#ifdef __cplusplus
}
2022-02-04 15:05:17 +01:00
#endif