Changeset a9a1295 in network-game for server/DataAccess.h
- Timestamp:
- Nov 10, 2014, 3:15:39 AM (10 years ago)
- Branches:
- master
- Children:
- c941e07
- Parents:
- ace001a (diff), 426fb84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/DataAccess.h
race001a ra9a1295 23 23 int* getPlayerRecord(int playerId); 24 24 int** getPlayerGameHistory(int playerId, unsigned int& numGames); 25 int saveGameHistory(int playerId, int team, int blueScore, int redScore );25 int saveGameHistory(int playerId, int team, int blueScore, int redScore, time_t timeFinished); 26 26 27 27 int insert(string table, string rows, string values);
Note:
See TracChangeset
for help on using the changeset viewer.