X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2FABM2.git;a=blobdiff_plain;f=ABM2%2FPlayground.h;fp=ABM2%2FPlayground.h;h=7c14f7c3be3759d1b9e39e2dfaf06e4a45687a19;hp=541bf2af566c1ca3bf512a060c65bb6f9d82ebd4;hb=5bb865575bdc27859da689b5a53f3b3b65eebd04;hpb=c873a192c271934bf6202ff40278b9c9429e8c22 diff --git a/ABM2/Playground.h b/ABM2/Playground.h index 541bf2a..7c14f7c 100755 --- a/ABM2/Playground.h +++ b/ABM2/Playground.h @@ -57,6 +57,7 @@ private: class Playground : public ITask { public: + Playground(CKernel *kernel); bool Start(); void Update(); void Stop(); @@ -76,4 +77,5 @@ private: void move_left(); DWORD old_counter; + CKernel *kernel; };