Files
libircc/include/IRC/IRC.h
2026-05-24 10:07:02 +03:00

9 lines
154 B
C

#ifndef IRC_H
#define IRC_H
#include "IRC/IRC_structs.h"
#include "IRC/IRC_events.h"
#include "IRC/IRC_numerics.h"
#include "IRC/IRC_functions.h"
#endif