Changes in server/DataAccess.h [b128109:edfd1d0] in network-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/DataAccess.h

    rb128109 redfd1d0  
    33
    44#include <string>
    5 #include <list>
    65
    76#include <mysql/mysql.h>
     
    1716
    1817   int insertPlayer(string username, string password);
    19    int updatePlayer(string username, string password);
    2018
    21    Player* getPlayer(string username);
    22    list<Player*>* getPlayers();
    23    bool verifyPassword(string encrypted, string password);
     19   Player *getPlayer(string username);
     20   int printPlayers();
    2421
    2522   int insert(string table, string rows, string values);
    26    int update(string table, string values, string where);
    2723   MYSQL_RES *select(string table, string filter);
    2824
Note: See TracChangeset for help on using the changeset viewer.