mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-06 18:42:36 -05:00
11 lines
209 B
C
11 lines
209 B
C
#ifndef AVS_UTIL_ERROR_H
|
|
#define AVS_UTIL_ERROR_H
|
|
|
|
#include "imports/avs.h"
|
|
|
|
const char *avs_util_error_str(avs_error error);
|
|
|
|
const char *avs_util_property_error_get_and_clear(struct property *prop);
|
|
|
|
#endif
|