its just a test, wait a week...
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "towers.h"
|
||||
|
||||
towers::towers()
|
||||
towers::towers(GameData *dataTowers)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void towers::AddTower(QPointF point, int ** cells)
|
||||
void towers::AddTower(QPoint point, int type)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user