]> git.jsancho.org Git - lugaru.git/commit
Use const char * for string arguments to avoid deprecated conversion warnings.
authorReece Dunn <msclrhd@gmail.com>
Wed, 12 May 2010 21:40:52 +0000 (22:40 +0100)
committerReece Dunn <msclrhd@gmail.com>
Wed, 12 May 2010 21:40:52 +0000 (22:40 +0100)
commit2ee52e8aac60f13cdbfb53adcacac57985f4e24f
tree430d29da78bebd2989f55c5b3b095df54068ba46
parent5caf4edd361a27a3250fdbf5e8084b0d5c55d615
Use const char * for string arguments to avoid deprecated conversion warnings.
12 files changed:
Source/Game.h
Source/GameInitDispose.cpp
Source/MacInput.cpp
Source/MacInput.h
Source/Skybox.cpp
Source/Skybox.h
Source/Terrain.cpp
Source/Terrain.h
Source/Text.cpp
Source/Text.h
Source/WinInput.cpp
Source/WinInput.h