include/Spectre/Graphics/Font.h: Minor typo fix.
This commit is contained in:
parent
2a111a237d
commit
8b96338e24
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
#ifndef SPECTRE_GRAPHCIS_FONT_H
|
#ifndef SPECTRE_GRAPHICS_FONT_H
|
||||||
#define SPECTRE_GRAPHCIS_FONT_H
|
#define SPECTRE_GRAPHICS_FONT_H
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
@ -77,4 +77,4 @@ protected :
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SPECTRE_GRAPHCIS_FONT_H */
|
#endif /* SPECTRE_GRAPHICS_FONT_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue