blob: 4cf75e0863050669cdec79ca2ae979b66c503120 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information.
%{
#include <gras/thread_pool.hpp>
%}
////////////////////////////////////////////////////////////////////////
// remove base class warning
////////////////////////////////////////////////////////////////////////
#pragma SWIG nowarn=401
%include <std_string.i>
%include <gras/gras.hpp>
%include <gras/thread_pool.hpp>
|