git repos / saland

embedded_libs/PlatformFolders-4.1.0/test/getSaveGamesFolder1.cpp

browsing at commit = 5d3d5c8f2c3d3939513da3a8cb2107aa862f0c14

raw · blame · history

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

int main() {
	run_test(sago::getSaveGamesFolder1());
	sago::PlatformFolders p;
	run_test(p.getSaveGamesFolder1());
	return 0;
}