File: Level.cc

package info (click to toggle)
hannah 1.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,712 kB
  • ctags: 281
  • sloc: cpp: 2,210; sh: 214; makefile: 117
file content (10 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#include "Level.h"

class Level;

Level::Level(){
	px = rx = bx = py = ry = by = pillsleft = 0;
};

Level::~Level(){
};