ReflexBall Rally
 All Data Structures Files Functions Variables Macros
lut.h
Go to the documentation of this file.
1 // =====================================================================
2 //
3 // Exported by Cearn's excellut v1.0
4 // (comments, kudos, flames to daytshen@hotmail.com)
5 //
6 // =====================================================================
7 
8 #ifndef LUT_H
9 #define LUT_H
10 
11 // === LUT SIZES ===
12 #define SIN_SIZE 512
13 
14 // === LUT DECLARATIONS ===
15 extern const signed short rom SIN[512];
16 
17 #endif // LUT_H