Commit 25ed2042 authored by Vincent Castellano's avatar Vincent Castellano

Split Python Types into their own c module like they should be.

parent fa26c2b6
...@@ -77,6 +77,8 @@ ...@@ -77,6 +77,8 @@
#include "python-types.h" #include "python-types.h"
extern PyTypeObject tgl_PeerType;
//#include "interface.h" //#include "interface.h"
//#include "auto/constants.h" //#include "auto/constants.h"
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment