Changeset f401cac in network-game for common/WorldMap.cpp
- Timestamp:
- Feb 18, 2013, 7:41:52 PM (12 years ago)
- Branches:
- master
- Children:
- 66906aa
- Parents:
- 093c141
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/WorldMap.cpp
r093c141 rf401cac 5 5 #include <fstream> 6 6 #include <sstream> 7 #include <cstdlib> 7 8 8 9 using namespace std; … … 67 68 WorldMap* m = new WorldMap(12l, 12); 68 69 69 ifstream file(filename );70 ifstream file(filename.c_str()); 70 71 71 72 if (file.is_open())
Note:
See TracChangeset
for help on using the changeset viewer.