fallout2-ce/src/mapper/mapper.h

13 lines
199 B
C
Raw Normal View History

2023-07-22 23:25:56 -07:00
#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_ */