blob: 88fb8c3603d958f3049948dfb6682b16b2e509b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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 <gras/exception.i>
%include <std_string.i>
%include <gras/gras.hpp>
%include <gras/thread_pool.hpp>
|