git repos / blockattack-game

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

browsing at commit = 055e7449e798c7a08acdfbfb31e845c14d4a7c69

branches: v2.8.X

tags: v2.8.0

raw · blame · history

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

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