9 lines
154 B
C
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 |