python callbacks, working on grid
This commit is contained in:
parent
2ec97dfb1c
commit
e295bfb742
6 changed files with 260 additions and 47 deletions
|
|
@ -35,4 +35,8 @@ public:
|
|||
void render(sf::RenderWindow&); // draw to screen
|
||||
GridPoint& at(int, int);
|
||||
|
||||
void screenToGrid(int, int, int&, int&);
|
||||
GridPoint* atScreenPixel(int, int, int*, int*);
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue