forked from metin2/server
Add project files.
This commit is contained in:
12
libpoly/src/SymTable.cc
Normal file
12
libpoly/src/SymTable.cc
Normal file
@ -0,0 +1,12 @@
|
||||
#include "SymTable.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
CSymTable::CSymTable(int aTok, string aStr) : dVal(0), token(aTok), strlex(aStr)
|
||||
{
|
||||
}
|
||||
|
||||
CSymTable::~CSymTable()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user