first commit
This commit is contained in:
14
Lab3/police.h
Normal file
14
Lab3/police.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//police.h
|
||||
|
||||
#ifndef __POLICE_H__
|
||||
|
||||
#define __POLICE_H__
|
||||
|
||||
#include "passport.h"
|
||||
|
||||
#include "person.h"
|
||||
|
||||
class Person;
|
||||
|
||||
class Police {
|
||||
|
||||
Reference in New Issue
Block a user