git repos / blockattack-game

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

browsing at commit = 52352a9489a6d52983b01346cead2c6b4d29bbf4

raw · blame · history

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

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