You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _EXACTNESS_PRIVATE_H |
|
#define _EXACTNESS_PRIVATE_H |
|
|
|
#include <Exactness.h> |
|
|
|
/* private header */ |
|
EAPI const char *_exactness_action_type_to_string_get(Exactness_Action_Type type); |
|
|
|
#define SHOT_DELIMITER '+' |
|
#endif
|
|
|