diff options
Diffstat (limited to 'c/layout.h')
-rw-r--r-- | c/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,9 +3,9 @@ #include <windows.h> -#include "common.h" #include "datalistview.h" #include "pl.h" +#include "win.h" void UpdateLayout(int w = 0, int h = 0); |