efl/legacy/evil/src/lib/evil_private.h

17 lines
212 B
C
Raw Normal View History

#ifndef __EVIL_PRIVATE_H__
#define __EVIL_PRIVATE_H__
#ifdef __cplusplus
extern "C" {
#endif
void _evil_error_display(const char *fct, LONG res);
#ifdef __cplusplus
}
#endif
#endif /* __EVIL_PRIVATE_H__ */