ocarina/libsaria/idle/idle.h

15 lines
220 B
C++

#ifndef LIBSARIA_IDLE_COMPONENT_H
#define LIBSARIA_IDLE_COMPONENT_H
#include <libsaria/idle.h>
namespace libsaria
{
namespace idle
{
int queue_task(IdleTask *, bool);
};
};
#endif /* LIBSARIA_IDLE_COMPONENT_H */