git repos / blockattack-game

source/misc/embedded_libs/PlatformFolders-4.2.0/test/getConfigHome.cpp

browsing at commit = ef6205b7a54cababfc2f2637f5a2aeeed4cd53e1

raw · blame · history

#include "tester.hpp"
#include "../sago/platform_folders.h"

int main() {
	run_test(sago::getConfigHome());
	return 0;
}