Changeset a9a1295 in network-game for server/DataAccess.h


Ignore:
Timestamp:
Nov 10, 2014, 3:15:39 AM (10 years ago)
Author:
dportnoy <dmp1488@…>
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.
Message:

Merge branch 'master' of github.com:weretaco/network-game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/DataAccess.h

    race001a ra9a1295  
    2323   int* getPlayerRecord(int playerId);
    2424   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);
    2626
    2727   int insert(string table, string rows, string values);
Note: See TracChangeset for help on using the changeset viewer.