renombrades extensions .h a .hpp

This commit is contained in:
2025-10-17 21:45:19 +02:00
parent 50ccb2ccc2
commit 46974ef2eb
144 changed files with 1758 additions and 1783 deletions

View File

@@ -1,11 +1,11 @@
#include "window_message.h"
#include "window_message.hpp"
#include <algorithm>
#include <utility>
#include "param.h"
#include "screen.h"
#include "text.h"
#include "param.hpp"
#include "screen.hpp"
#include "text.hpp"
WindowMessage::WindowMessage(
std::shared_ptr<Text> text_renderer,