Upload files to "include"
This commit is contained in:
17
include/godsBot.h
Normal file
17
include/godsBot.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef GODSBOT_H
|
||||
#define GODSBOT_H
|
||||
|
||||
// global installs
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <concord/discord.h>
|
||||
#include <wren.h>
|
||||
|
||||
// local libs
|
||||
#include "discordBot.h"
|
||||
#include "wrenVM.h"
|
||||
#include "messageParser.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user