main.cpp/physics.h: add some (somewhat icky) compile fixes for OS X
[openc2e.git] / util.h
blobad9eee41cf9365bf4bc50ac839d2ffb764f8e39e
1 #ifndef UTIL_H
2 #define UTIL_H 1
4 #include <string>
5 #include <iostream>
7 std::string readfile(std::istream &i);
9 #endif