7 lines
110 B
C
7 lines
110 B
C
#ifndef _TABBY_H
|
|
#define _TABBY_H
|
|
|
|
#include <tabby/clock.h>
|
|
#include <tabby/command.h>
|
|
|
|
#endif /* _TABBY_H */
|