Storia
 
Loading...
Searching...
No Matches
admin.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include "User.h"
6
7using std::string;
8
9class Admin : public User
10{
11 using User::User;
12 public:
13};
Definition admin.h:10
User()
Definition users.cpp:4