source: network-game/server/DataAccess.h@ 36082e8

Last change on this file since 36082e8 was 36082e8, checked in by dportnoy <dmp1488@…>, 12 years ago

Moved the database code to a new class

  • Property mode set to 100644
File size: 137 bytes
RevLine 
[36082e8]1#ifndef _DATA_ACCES_H
2#define _DATA_ACCESS_H
3
4class DataAccess {
5public:
6 DataAccess();
7 ~DataAccess();
8
9 int dbtest();
10};
11
12#endif
Note: See TracBrowser for help on using the repository browser.