mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-09-04 02:49:35 -04:00
config_detail: move implementation to cpp, relocate sources
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "window.h"
|
||||
#include "sdl_listener.h"
|
||||
#include <config.h>
|
||||
#include <cfg/config.h>
|
||||
#include <kernel/function.h>
|
||||
#include <SDL_syswm.h>
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "res/icon.h"
|
||||
#include "res/icon_night.h"
|
||||
#include "ui/window_events.h"
|
||||
#include "config.h"
|
||||
#include <res/icon.h>
|
||||
#include <res/icon_night.h>
|
||||
#include <ui/window_events.h>
|
||||
#include <cfg/config.h>
|
||||
|
||||
#define DEFAULT_WIDTH 1280
|
||||
#define DEFAULT_HEIGHT 720
|
||||
|
||||
Reference in New Issue
Block a user