10 lines
173 B
C
10 lines
173 B
C
#ifndef ANSIQ_ALL_H_
|
|
#define ANSIQ_ALL_H_
|
|
|
|
#include <ansiq/common.h>
|
|
#include <ansiq/cursor.h>
|
|
#include <ansiq/graphics.h>
|
|
#include <ansiq/screen.h>
|
|
|
|
#endif // ANSIQ_ALL_H_
|