My Project
 
Loading...
Searching...
No Matches
door.h
Go to the documentation of this file.
1#pragma once
2
3class Door{
4public:
5 static void enter(int pos);
6 static void leave(int pos);
7};
Definition door.h:3
static void enter(int pos)
Definition door.cpp:7
static void leave(int pos)
Definition door.cpp:18