feat: basic improvements, unused includes

This commit is contained in:
2025-10-05 16:39:20 +02:00
parent 431d723afc
commit 6cef3efbbc
13 changed files with 25 additions and 33 deletions

View File

@ -1,8 +1,6 @@
#ifndef APPLICATION_H_
#define APPLICATION_H_
#include "window/event.h"
class IApplication {
public:
virtual ~IApplication() = default;