include structures

This commit is contained in:
Edi De Candido 2023-05-15 09:23:17 +02:00
parent 67e555cb28
commit 2ce624ab70
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef SHM_H
#define SHM_H
#include <structures.h>
int getShmid(int row, int col);
tile_t * shmServerAt(int shmid);
tile_t * shmClientAt(int shmid);