project_files/hwc/rtl/tests/check_check.h
author Wuzzy <almikes@aol.com>
Fri, 06 May 2016 17:20:19 +0200
changeset 11813 5bda5af6a9c7
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Add help texts for game scheme's basic settings (initial health, etc.)

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

Suite *system_suite();
Suite *misc_suite();
Suite *sysutils_suite();
Suite *fileio_suite();

#endif