8 lines
105 B
C
8 lines
105 B
C
|
|
#ifndef __GRAVITY_FUNCTION_H
|
||
|
|
#define __GRAVITY_FUNCTION_H
|
||
|
|
|
||
|
|
typedef struct {
|
||
|
|
|
||
|
|
} GravityIRFunction;
|
||
|
|
|
||
|
|
#endif
|