[client,sdl] rename c++ headers to hpp

This commit is contained in:
Armin Novak
2023-04-14 08:36:05 +02:00
committed by akallabeth
parent c35b41c05d
commit 86470103c4
17 changed files with 41 additions and 42 deletions

View File

@@ -18,9 +18,9 @@
*/
#include <assert.h>
#include "sdl_utils.h"
#include "sdl_utils.hpp"
#include "sdl_freerdp.h"
#include "sdl_freerdp.hpp"
#include <SDL.h>