git repos / blockattack-game

blame: source/misc/embedded_libs/PlatformFolders-4.2.0/test/getDataHome.cpp

normal view · raw

c74066db Poul Sander 2022-02-16 12:14 1
#include "tester.hpp"
c74066db Poul Sander 2022-02-16 12:14 2
#include "../sago/platform_folders.h"
c74066db Poul Sander 2022-02-16 12:14 3
c74066db Poul Sander 2022-02-16 12:14 4
int main() {
c74066db Poul Sander 2022-02-16 12:14 5
	run_test(sago::getDataHome());
c74066db Poul Sander 2022-02-16 12:14 6
	return 0;
c74066db Poul Sander 2022-02-16 12:14 7
}
1970-01-01 00:00 8