* Began supporting python3
* Code clean-up git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1021 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
60ebaa84d1
commit
79bf5c6252
31 changed files with 572 additions and 644 deletions
|
@ -25,6 +25,14 @@
|
|||
#ifndef __PYKEY_HPP
|
||||
#define __PYKEY_HPP
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include <SFML/Window/Event.hpp>
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
} PySfKey;
|
||||
|
||||
void
|
||||
PySfKey_InitConst();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue