OCR / XOR / main.h
main.h
Raw
#ifndef MAIN_H_
#define MAIN_H_

#include <err.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <string.h>
/*#include <SDL/SDL.h>
#include <SDL/SDL_image.h>
#include <gtk/gtk.h>*/
#include "NN/NN_Tools/layer.h"
#include "NN/NN_Tools/activation.h"
#include "NN/NN_Tools/error.h"
#include "NN/network_xor.h"
#include "NN/network.h"

void help();

#endif