#include "settings.h" Settings defaultSettings() { return (Settings){ .windowWidth = 960, .windowHeight = 720 }; }