]> git.cworth.org Git - lmno.games/blob - flempires/linux/window_configuration.h
Rename flutterempires to flempires
[lmno.games] / flempires / linux / window_configuration.h
1 #ifndef WINDOW_CONFIGURATION_
2 #define WINDOW_CONFIGURATION_
3
4 // This is a temporary approach to isolate common customizations from main.cpp,
5 // where the APIs are still in flux. This should simplify re-creating the
6 // runner while preserving local changes.
7 //
8 // Longer term there should be simpler configuration options for common
9 // customizations like this, without requiring native code changes.
10
11 extern const char *kFlutterWindowTitle;
12 extern const unsigned int kFlutterWindowWidth;
13 extern const unsigned int kFlutterWindowHeight;
14
15 #endif  // WINDOW_CONFIGURATION_