diff options
author | Chris Robinson <[email protected]> | 2019-08-31 21:47:58 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-31 21:47:58 -0700 |
commit | 5becf4bb73ffc448dbad5ba6dd9377f3c8ab8697 (patch) | |
tree | 85a8a6f99f536b79da765bed9ebfabb044632f79 /utils/alsoft-config/verstr.h | |
parent | 96af306b3c999e05194c0fd431dc49b2219a7649 (diff) |
Don't include version.h in mainwindow.cpp
Should help with post-commit compile times
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 */ |