H, not HPP

This commit is contained in:
Mylloon 2023-05-08 13:09:58 +02:00
parent b205093c54
commit a26311a69b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#ifndef DEMO_ANIMATION_HPP
#define DEMO_ANIMATION_HPP 1
#ifndef DEMO_ANIMATION_H
#define DEMO_ANIMATION_H 1
#include <GL4D/gl4duw_SDL2.h>

View file

@ -1,5 +1,5 @@
#ifndef DEMO_AUDIO_HPP
#define DEMO_AUDIO_HPP 1
#ifndef DEMO_AUDIO_H
#define DEMO_AUDIO_H 1
#include <SDL_mixer.h>

View file

@ -1,5 +1,5 @@
#ifndef DEMO_FONT_HPP
#define DEMO_FONT_HPP 1
#ifndef DEMO_FONT_H
#define DEMO_FONT_H 1
#include <GL4D/gl4dh.h>
#include <SDL_ttf.h>