Adding c++ to the mix
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Created by brahmix on 9/26/19.
|
||||
//
|
||||
|
||||
#ifndef MEAR_USER_H
|
||||
#define MEAR_USER_H
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace model {
|
||||
struct User
|
||||
{
|
||||
std::string username;
|
||||
std::string password;
|
||||
};
|
||||
}
|
||||
|
||||
#endif //MEAR_USER_H
|
||||
Reference in New Issue
Block a user