- Timestamp:
- Jan 4, 2016, 6:31:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15/src/modules/hover/HoverWall.h
r11041 r11042 46 46 { 47 47 public: 48 HoverWall(Context* context); 49 HoverWall(Context* context, int x, int y, int cellSize, int cellHeight, int orientation); 48 HoverWall(Context* context); 50 49 virtual ~HoverWall(); 50 51 void init(int x, int y, int cellSize, int cellHeight, int orientation); 51 52 52 53 private:
Note: See TracChangeset
for help on using the changeset viewer.