Skip to content

Commit e5bc24e

Browse files
authored
Merge pull request #66 from Pinkii-/patch-1
Add pragma once to the imconfig example header
2 parents f06af47 + 90a8449 commit e5bc24e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/imconfig.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include <SFML/System/Vector2.hpp>
24
#include <SFML/Graphics/Color.hpp>
35

@@ -22,4 +24,4 @@
2224
static_cast<sf::Uint8>(y * 255.f), \
2325
static_cast<sf::Uint8>(z * 255.f), \
2426
static_cast<sf::Uint8>(w * 255.f)); \
25-
}
27+
}

0 commit comments

Comments
 (0)