1 2 3 4 5 6 7 8 9
#include "settings.h" Settings defaultSettings() { return (Settings){ .windowWidth = 960, .windowHeight = 720 }; }