summaryrefslogtreecommitdiff
path: root/phpcpp.h
blob: 439b51f2b224f690f45bf221b1955c3587d56953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 *  phpcpp.h
 *
 *  Library to build PHP extensions with CPP
 * 
 *  @copyright 2013 CopernicA BV
 *  @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
 */

/**
 *  Include all headers files that are related to this library
 */
#include <phpcpp/extension.h>