*** empty log message ***

master
Marc Alexander Lehmann 15 years ago
parent 7b5a9d835c
commit 2a9e0df433

@ -1,7 +1,11 @@
#ifndef EVPP_H__
#define EVPP_H__
#include "ev.h"
#ifdef EV_H
# include EV_H
#else
# include <ev.h>
#endif
namespace ev {

Loading…
Cancel
Save