mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
7 lines
80 B
C++
7 lines
80 B
C++
#include "GestionIdentifiant.h"
|
|
|
|
int GestionIdentifiant::getId()
|
|
{
|
|
return 0;
|
|
}
|