entrance/src/bin/entrance_client.h

21 lines
338 B
C

#ifndef ENTRANCE_H_
#define ENTRANCE_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <Elementary.h>
#include "entrance_gui.h"
#include "entrance_connect.h"
#include "entrance_client.h"
#include "entrance_gui.h"
#include "../event/entrance_event.h"
int entrance_client_main();
#endif /* ENTRANCE_H_ */