Files

13 lines
192 B
C
Raw Permalink Normal View History

2023-09-26 19:40:16 +02:00
#ifndef _PIUMA_LIB_ALL_H_
#define _PIUMA_LIB_ALL_H_
#include "types.h"
#include "ds.h"
#include "queue.h"
#include "math.h"
#include "geometry.h"
#include "color.h"
#include "text.h"
#endif