blob: afeeb68208e980e115960a35891f9b89792dafed [file] [log] [blame]
James Kuszmaul871d0712021-01-17 11:30:43 -08001/**
2 * @file rew.h Wrapper for librew headers
3 *
4 * Copyright (C) 2010 - 2015 Creytiv.com
5 */
6
7#ifndef REW_H__
8#define REW_H__
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14
15#include "re_pcp.h"
16#include "re_shim.h"
17#include "re_trice.h"
18
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif