13 lines
141 B
C
13 lines
141 B
C
|
#ifndef __WINE_MATH_H
|
||
|
#define __WINE_MATH_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif /* __WINE_MATH_H */
|