mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
11 lines
91 B
C++
11 lines
91 B
C++
#pragma once
|
|
class GestionIdentifiant
|
|
{
|
|
public:
|
|
int idCourant;
|
|
|
|
public:
|
|
int getId();
|
|
};
|
|
|