summaryrefslogtreecommitdiff
path: root/include/Task.h
blob: fe70d7b37c41b7ad47dd9cc50ce422817f3c8f44 (plain)
1
2
3
4
5
6
7
8
#ifndef __TASK_H__
#define __TASK_H__
#ifdef __cplusplus

#else
#error This only works with a C++ compiler
#endif
#endif