- Timestamp:
- Jan 4, 2016, 5:22:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15/src/modules/hover/HoverFlag.h
r11029 r11040 49 49 public: 50 50 HoverFlag(Context* context); 51 HoverFlag(Context* context, int xCoordinate, int yCoordinate );51 HoverFlag(Context* context, int xCoordinate, int yCoordinate, int cellSize); 52 52 virtual bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint); 53 53 virtual ~HoverFlag();
Note: See TracChangeset
for help on using the changeset viewer.