TapestryEngine

A 2D Platformer Game Engine
Log | Files | Refs

a62ee0ed2f6923967b4db9d235071d83dc83c456.svn-base (140B)


      1 #ifndef SYMBOL_H
      2 #define SYMBOL_H
      3 
      4 #include "Utils.h"
      5 #include "Console.h"
      6 #include"Actor.h"
      7 
      8 int ConvertStringToSymbol(char * str);
      9 
     10 #endif