H, not HPP
This commit is contained in:
parent
b205093c54
commit
a26311a69b
3 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue