diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 13:43:25 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 13:43:25 +0100 |
commit | 9bbff3216b9f99d86f3757dbad70c9d91ef8d700 (patch) | |
tree | a97b99b0dacdff2f72d0035f78276c190329df4d /prototypes.h | |
parent | b91ac429108096a3de75b9b81ca2c637b27524ba (diff) |
fixed some compilation warnings
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'prototypes.h')
-rw-r--r-- | prototypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prototypes.h b/prototypes.h index 4a75197..b6401b9 100644 --- a/prototypes.h +++ b/prototypes.h @@ -59,4 +59,6 @@ void Fchargersurfaces_map (SURFACES *surfaces,POSITIONS*positions); void Fblittermap (SURFACES*surfaces,POSITIONS*positions,int map[][11]); void Fdechargersurfaces_map(SURFACES*surfaces); +void Foptions(SURFACES *surface, POSITIONS *positions); + #endif |