16 lines
214 B
C
16 lines
214 B
C
/**
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license BSD v3 (see license file)
|
|
*/
|
|
|
|
#ifndef __GAME_MAP_H__
|
|
#define __GAME_MAP_H__
|
|
|
|
#include "ewol/debug.h"
|
|
|
|
|
|
#endif
|