X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2Ffwd.h;fp=src%2Fmap%2Ffwd.h;h=7ffe7a29127eb837fb5bd6924634206a9e48f314;hb=4d4b40f06357392931cb309d0284875c40c2f2f0;hp=0000000000000000000000000000000000000000;hpb=59c4aea0762cbc5f1bf74c5b1b35629408fb92af;p=l2e.git diff --git a/src/map/fwd.h b/src/map/fwd.h new file mode 100644 index 0000000..7ffe7a2 --- /dev/null +++ b/src/map/fwd.h @@ -0,0 +1,19 @@ +/* + * fwd.h + * + * Created on: Sep 29, 2012 + * Author: holy + */ + +#ifndef MAP_FWD_H_ +#define MAP_FWD_H_ + +namespace map { + +class Area; +class Map; +class Tile; + +} + +#endif /* MAP_FWD_H_ */