X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fserializable.h;h=5590207e3f86f8f49e6b6acf89b3025858cda6a0;hb=763454f90866bd4e7db95e5884c48a25d6b9bda1;hp=c9539776918187b46083971057ec114724714437;hpb=42398ef94da66fa3eb3d42aeae45c9076cae99ca;p=supertux.git diff --git a/src/serializable.h b/src/serializable.h index c95397769..5590207e3 100644 --- a/src/serializable.h +++ b/src/serializable.h @@ -16,10 +16,15 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#ifndef __SERIALIZABLE_H__ -#define __SERIALIZABLE_H__ +#ifndef SUPERTUX_SERIALIZABLE_H +#define SUPERTUX_SERIALIZABLE_H + +using namespace SuperTux; + +namespace SuperTux { class LispWriter; +} class Serializable { @@ -27,5 +32,5 @@ public: virtual void write(LispWriter& writer) = 0; }; -#endif +#endif /*SUPERTUX_SERIALIZABLE_H*/