tolti fixme e todo

This commit is contained in:
Lorenzo Bianchi 2023-06-18 15:55:45 +02:00
parent 0e689e8cc6
commit 1c91aa5991
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#ifndef CUSTOM_MSG_H
#define CUSTOM_MSG_H
#include <server.h> //FIXME: non penso vada incluso ma serve al momento
#include <server.h>
#include <structures.h>
#define MAX_NAME 16

View File

@ -11,7 +11,7 @@ void setupServerShm();
void setupClientShm();
int getShmidServer();
int getShmidClient(); //FIXME: dovrebbero andare nel .c perche non vanno usate da altri file
int getShmidClient();
tile_t * shmServerAt();
tile_t * shmClientAt();
void shmDt(void *shm_ptr);