2016-11-13 14:43:54 +01:00
|
|
|
#ifndef LIBCAESIUM_ERROR_H
|
|
|
|
#define LIBCAESIUM_ERROR_H
|
2016-11-04 11:00:04 +01:00
|
|
|
|
2016-11-15 09:47:09 +01:00
|
|
|
#include "caesium.h"
|
2016-11-13 14:43:54 +01:00
|
|
|
|
|
|
|
void display_error(error_level level, int code);
|
2016-11-04 11:00:04 +01:00
|
|
|
|
|
|
|
const char *get_error_message(int code);
|
|
|
|
|
|
|
|
#endif
|