Commit graph

8 commits

Author SHA1 Message Date
Dragon Slayer
1abd8a0826 Update cBaseObject.cpp 2024-06-16 02:38:42 -05:00
Dragon Slayer
81425cc261 fixed Era 2024-06-16 02:14:38 -05:00
Dragon Slayer
77dcb511a3 Update cBaseObject.cpp 2024-06-16 02:03:22 -05:00
Dragon Slayer
28a5fd34a3 Update cBaseObject.cpp 2024-06-16 02:01:55 -05:00
Dragon Slayer
3e7e8bccb3 Swing Speed Increase 2024-06-16 01:37:31 -05:00
Dragon Slayer
8499cbfcde update 2024-04-16 14:48:40 -05:00
charles
e2cfe011c6 Stream replacement
This changes all routine calls that wanted a specific type of stream ifstream/ofstream to the generic istream/ostream.  So you can use stringstream, or other derived types.
2023-08-27 21:42:47 -04:00
charles
17f2b9e914 Standardization across os
1. Updated Xcode to match other ides
2. Corrected position errors in Cmake
3. Changed case on cBaseobject.cpp to uppercase O, to match header file
4. Changed gump.h to CGump.h (since it defines the CGump.cpp class).
2023-08-25 07:10:48 -04:00
Renamed from source/cBaseobject.cpp (Browse further)