13 lines
199 B
C
13 lines
199 B
C
![]() |
#ifndef FALLOUT_MAPPER_MAPPER_H_
|
||
|
#define FALLOUT_MAPPER_MAPPER_H_
|
||
|
|
||
|
#include "map.h"
|
||
|
|
||
|
namespace fallout {
|
||
|
|
||
|
extern MapTransition mapInfo;
|
||
|
|
||
|
} // namespace fallout
|
||
|
|
||
|
#endif /* FALLOUT_MAPPER_MAPPER_H_ */
|