split IRC.c and moved it to a different repo
This commit is contained in:
9
include/IRC/IRC.h
Normal file
9
include/IRC/IRC.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user