]> git.sesse.net Git - vlc/blob - modules/visualization/galaktos/per_point_types.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / visualization / galaktos / per_point_types.h
1 #ifndef PER_POINT_EQN_TYPES_H
2 #define PER_POINT_EQN_TYPES_H
3
4 #include "custom_wave_types.h"
5
6 typedef struct PER_POINT_EQN {
7
8   custom_wave_t * custom_wave;
9  
10
11 } per_point_eqn_t;
12
13 #endif