]> git.sesse.net Git - vlc/blob - modules/visualization/galaktos/init_cond_types.h
Simplify configure for win32
[vlc] / modules / visualization / galaktos / init_cond_types.h
1 #ifndef INIT_COND_TYPES_H
2 #define INIT_COND_TYPES_H
3
4 #include "param_types.h"
5 #include "expr_types.h"
6
7 typedef struct INIT_COND_T {
8   struct PARAM_T * param;
9   value_t init_val;
10 } init_cond_t;
11 #endif