From 96228c92004fefae3cb3392c20d90ec4ede753cd Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Wed, 12 Mar 2025 20:40:25 -0300 Subject: refa Move initialization code to BluCat --- src/candy_gear/core.hpp | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'src/candy_gear/core.hpp') diff --git a/src/candy_gear/core.hpp b/src/candy_gear/core.hpp index 60d8339..e3288b4 100644 --- a/src/candy_gear/core.hpp +++ b/src/candy_gear/core.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2022-2024 Frederico de Oliveira Linhares + * Copyright 2022-2025 Frederico de Oliveira Linhares * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,19 +24,6 @@ #include #include -#define SDL_MAIN_HANDLED - -#ifdef _WIN64 -#include -#endif - -#include -#include -#include - -#include -#include FT_FREETYPE_H - #include "../blu_cat/int/core.hpp" /** @@ -57,8 +44,6 @@ struct cg_sCore sym_warning; bool quit_game; - - SDL_Window *window; }; extern cg_sCore cg_core; -- cgit v1.2.3