Exemple #1
0
application_t test_application( void )
{
	_global_app.name = "Foundation application tests";
	_global_app.short_name = "test_app";
	_global_app.config_dir = "test_app";
	_global_app.version = version_make( 1, 2, 3, 4, 5 );
	_global_app.flags = APPLICATION_UTILITY;
	return _global_app;
}
Exemple #2
0
version_t
window_module_version(void) {
	return version_make(0, 0, 1, 0, 0x0);
}
Exemple #3
0
version_t
render_module_version(void) {
	return version_make(0, 0, 1, 0, 0x0);
}