Rev 1528 | Rev 1712 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1528 | Rev 1539 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | */
|
5 | */
|
6 | 6 | ||
7 | #ifndef __FUNKTION
|
7 | #ifndef __FUNKTION
|
8 | #define __FUNKTION
|
8 | #define __FUNKTION
|
9 | 9 | ||
10 | /*
|
- | |
11 | * funktion.h
|
- | |
12 | * DIN Is Noise is copyright (c) 2006-2020 Jagannathan Sampath
|
- | |
13 | * For more information, please visit https://dinisnoise.org/
|
- | |
14 | */
|
- | |
15 | - | ||
16 | - | ||
17 | struct funktion { |
10 | struct funktion { |
18 | virtual float operator() (float ra = 0, float rea = 0) = 0; |
11 | virtual float operator() (float ra = 0, float rea = 0) = 0; |
19 | }; |
12 | }; |
20 | 13 | ||
21 | #endif
|
14 | #endif
|