More doxy.

This commit is contained in:
Jason Felds
2011-02-25 23:55:16 -05:00
parent 90516a934c
commit 3fe58a3668
5 changed files with 23 additions and 14 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
/** @brief Sprite - A bitmap Actor that animates and moves around. */
#ifndef SPRITE_H
#define SPRITE_H
@@ -7,7 +5,7 @@
#include "RageTextureID.h"
class RageTexture;
/** @brief A bitmap Actor that animates and moves around. */
class Sprite: public Actor
{
public: