diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-19 14:27:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-21 22:07:15 +0200 |
| commit | 76a84e2661ba288fc6accc01c939e1b9bc891579 (patch) | |
| tree | ab464c5e6e1c88e5c242b108cba8f90e067b7aa9 /src/lib/variant.h | |
| parent | b83cd733adf565f5e7e96e226d447a1beeef9a39 (diff) | |
Bring some more branding into the variant.
Diffstat (limited to 'src/lib/variant.h')
| -rw-r--r-- | src/lib/variant.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/variant.h b/src/lib/variant.h index 66b06376b..f0482ca01 100644 --- a/src/lib/variant.h +++ b/src/lib/variant.h @@ -44,5 +44,9 @@ std::string dcpomatic_app(); std::string dcpomatic_batch_converter_app(); std::string dcpomatic_player_app(); +bool show_splash(); +bool show_tagline(); +bool show_dcpomatic_website(); + } |
