Skip to content
Snippets Groups Projects
DS.h 164 B
/*
// Created by Lucile on 18/02/2021.
*/

#ifndef INSAGAME_DS_H
#define INSAGAME_DS_H

struct DS {
    int door;
    char * image_DS;
};

#endif /*INSAGAME_DS_H*/