mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 13:42:37 +00:00
Added include guards.
svn-id: r41600
This commit is contained in:
parent
8249d24a63
commit
7420c1bfb6
@ -23,6 +23,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef SPRITE_H
|
||||
#define SPRITE_H
|
||||
|
||||
namespace Draci {
|
||||
|
||||
/**
|
||||
@ -58,3 +61,4 @@ public:
|
||||
|
||||
} // End of namespace Draci
|
||||
|
||||
#endif // SPRITE_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user