Added include guards.

svn-id: r41600
This commit is contained in:
Denis Kasak 2009-06-17 03:14:22 +00:00
parent 8249d24a63
commit 7420c1bfb6

View File

@ -23,6 +23,9 @@
*
*/
#ifndef SPRITE_H
#define SPRITE_H
namespace Draci {
/**
@ -58,3 +61,4 @@ public:
} // End of namespace Draci
#endif // SPRITE_H