summaryrefslogtreecommitdiff
path: root/src/include/CactusMainFunctions.h
blob: 1fd4762c74c07604c2e1bc695c819e0a41bd9adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 /*@@
   @header    CactusMainFunctions.h
   @date      Thu Jan 14 18:34:52 1999
   @author    Tom Goodale
   @desc 
   Main registerable functions.
   @enddesc 
 @@*/

#ifndef _CACTUSMAINFUNCTIONS_H_
#define _CACTUSMAINFUNCTIONS_H_

#include "OverloadMacros.h"

/* Function prototypes */

#ifdef __cplusplus
extern "C" {
#endif

#define OVERLOADABLE(name) OVERLOADABLE_PROTOTYPE(name)

#include "MainOverloadables.h"

#undef OVERLOADABLE

#ifdef __cplusplus
	   }
#endif

#endif