YAMILDIAZ

PERSONAMANAGER.H

Jun 1st, 2024
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | Source Code | 0 0
  1. #pragma once
  2.  
  3. #include "Persona.h"
  4.  
  5. class PersonaManager{
  6.     private:
  7.         Persona _persona;
  8.     public:
  9.  
  10.         void CargarPersona();
  11.         void MostrarPersona();
  12.  
  13. };
  14.  
Advertisement
Add Comment
Please, Sign In to add comment