diff options
author | John Ankarström <john@ankarstrom.se> | 2022-09-03 01:15:01 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-09-03 01:15:01 +0200 |
commit | 2cd22c671c67deaf2c1fcb659e3262bf57552557 (patch) | |
tree | 825342c317a39022cd60d0aad6569e5f8ef11c0d /c/window.h | |
parent | d02e63924c92a6f0f2f88881a75680cb9a538962 (diff) | |
download | EpisodeBrowser-2cd22c671c67deaf2c1fcb659e3262bf57552557.tar.gz |
Add Preferences dialog (WIP).
Diffstat (limited to 'c/window.h')
-rw-r--r-- | c/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #include "datalistview.h" #include "drag.h" #include "episodelistview.h" -#include "resource.h" +#include "res.h" #include "win32.h" struct Window |