summaryrefslogtreecommitdiff
path: root/html/download/cdxx.h
blob: e87ac514f9a3e99a1f07e87440c040966dacea79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __CD_XX_H
#define __CD_XX_H

#ifdef __cplusplus
extern "C" {
#endif

cdContext* cdContextXX(void);

#define CD_XX cdContextXX()

#ifdef __cplusplus
}
#endif

#endif