diff options
Diffstat (limited to 'utils/alsoft-config/verstr.h')
-rw-r--r-- | utils/alsoft-config/verstr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/alsoft-config/verstr.h b/utils/alsoft-config/verstr.h new file mode 100644 index 00000000..a97f0895 --- /dev/null +++ b/utils/alsoft-config/verstr.h @@ -0,0 +1,6 @@ +#ifndef VERSTR_H +#define VERSTR_H + +const char *GetVersionString(); + +#endif /* VERSTR_H */ |