R-PAGE
Resistance's Portable-Adventure-Game-Engine
Main Page
Related Pages
Data Structures
Files
File List
Globals
rpage
easing.h
Go to the documentation of this file.
1
#ifndef _EASINGTABLE_
2
#define _EASINGTABLE_
3
4
#include "
rpage/utils.h
"
5
6
#define TABLE_LEN 1024
7
8
extern
const
UWORD
easing_table
[
TABLE_LEN
+ 16];
9
extern
const
short
sintab32
[
TABLE_LEN
];
10
11
#endif
TABLE_LEN
#define TABLE_LEN
Definition:
easing.h:6
sintab32
const short sintab32[TABLE_LEN]
Definition:
easing.c:73
utils.h
UWORD
unsigned short UWORD
Definition:
utils.h:28
easing_table
const UWORD easing_table[TABLE_LEN+16]
Definition:
easing.c:7
Generated by
1.8.11