project_files/hwc/rtl/tests/check_check.h
author sheepluva
Sun, 02 Oct 2016 17:39:42 +0200
changeset 11869 bff919afc63f
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
fix a typo back from may that apparently completely broke online-multiplayer due to causing a frontend crash on joining somebody else's room

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif