]> git.cworth.org Git - lmno.games/blobdiff - flempires/linux/window_configuration.h
Rename flutterempires to flempires
[lmno.games] / flempires / linux / window_configuration.h
diff --git a/flempires/linux/window_configuration.h b/flempires/linux/window_configuration.h
new file mode 100644 (file)
index 0000000..5de7011
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef WINDOW_CONFIGURATION_
+#define WINDOW_CONFIGURATION_
+
+// This is a temporary approach to isolate common customizations from main.cpp,
+// where the APIs are still in flux. This should simplify re-creating the
+// runner while preserving local changes.
+//
+// Longer term there should be simpler configuration options for common
+// customizations like this, without requiring native code changes.
+
+extern const char *kFlutterWindowTitle;
+extern const unsigned int kFlutterWindowWidth;
+extern const unsigned int kFlutterWindowHeight;
+
+#endif  // WINDOW_CONFIGURATION_