git repos / blockattack-game

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

browsing at commit = 1fcc88813f344d779187a40793380b7186a5c0c7

raw · blame · history

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

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