X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2Ffwd.h;h=209eaa158b083d87fd0d4f77ae79716d077215b3;hb=ec25171b0b27999eb126e2144dae1e35f271b945;hp=1cd06715cea3bb927d82c02b49e0b96932f296d4;hpb=6e88a625710c7936f87b38ecf6094472f3a49f4f;p=l2e.git diff --git a/src/common/fwd.h b/src/common/fwd.h index 1cd0671..209eaa1 100644 --- a/src/common/fwd.h +++ b/src/common/fwd.h @@ -1,19 +1,12 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef COMMON_FWD_H_ #define COMMON_FWD_H_ namespace common { +class Capsule; struct GameConfig; struct GameState; class Hero; -class HeroGroup; class Ikari; class Inventory; class Item;