aboutsummaryrefslogtreecommitdiff
path: root/src/survive_internal.h
diff options
context:
space:
mode:
authorJustin Berger <jdavidberger@gmail.com>2018-03-23 14:42:53 +0000
committerJustin Berger <jdavidberger@gmail.com>2018-03-23 14:42:53 +0000
commit17e06b4822e60ccca865e77b45bf2b52a26852f2 (patch)
tree7245fcad9d6d80fdeae85f80efd1bef08a16e3d5 /src/survive_internal.h
parent3fd7b740119e86d404d06bceafb02267d6e539c4 (diff)
downloadlibsurvive-17e06b4822e60ccca865e77b45bf2b52a26852f2.tar.gz
libsurvive-17e06b4822e60ccca865e77b45bf2b52a26852f2.tar.bz2
Made picking posers more consistent / configposer can use short name
Diffstat (limited to 'src/survive_internal.h')
-rw-r--r--src/survive_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/survive_internal.h b/src/survive_internal.h
index 86b119f..9120f41 100644
--- a/src/survive_internal.h
+++ b/src/survive_internal.h
@@ -16,7 +16,8 @@
void * GetDriver( const char * name );
const char * GetDriverNameMatching( const char * prefix, int place );
void ListDrivers();
-
+void *GetDriverByConfig(SurviveContext *ctx, const char *name, const char *configname, const char *configdef,
+ int verbose);
#endif