first commit
This commit is contained in:
11
Lab3/police.cpp
Normal file
11
Lab3/police.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
//police.cpp
|
||||
|
||||
#ifndef __POLICE_CPP__
|
||||
|
||||
#define __POLICE_CPP__
|
||||
|
||||
#include "person.h"
|
||||
|
||||
#include "police.h"
|
||||
|
||||
Passport* Police::makePassport(Person &P) {
|
||||
Reference in New Issue
Block a user