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