// // editor.h // Mario Sokoban // // Created by Benoit Sida on 2014-02-16. // Copyright (c) 2014 Benoit Sida. All rights reserved. // #ifndef Mario_Sokoban_editor_h #define Mario_Sokoban_editor_h void editor(SDL_Window*, SDL_Surface*); #endif