Statistics
| Revision:

root / logic / trunk / src / logics / scenario_threads.h @ 49

History | View | Annotate | Download (193 Bytes)

1 36 Janez1
#ifndef SCENARIO_THREADS_H_INCLUDED
2
#define SCENARIO_THREADS_H_INCLUDED
3
#include "../init/scenariolist.h"
4
5
void *scenarioThread_routine(void *dummy);
6
7
#endif // SCENARIO_THREADS_H_INCLUDED