Started integrating c++ into python

This commit is contained in:
Lukas Wölfer
2020-03-21 00:16:14 +01:00
parent 5af5282aab
commit cd1bc39bad
4 changed files with 49 additions and 37 deletions

View File

@@ -5,6 +5,9 @@
#include "goal.hpp"
%}
%include "std_array.i"
%include "std_string.i"
namespace solitaire {
enum class CardType : int { Zhong, Bai, Fa, Hua, Red, Green, Black };