aboutsummaryrefslogtreecommitdiff
path: root/include/magi.hpp
blob: b3547b3c0c1589eafba6fc717d082e1b7e27e091 (plain)
1
2
3
4
5
6
7
#ifndef MAGI_INCLUDED_EVERYTHING
/* Shortcut to use magi in C++, eliminates manual use of 'extern "C"'.
 */
extern "C" {
#include "magi.h"
}
#endif