Files
mm/src/sintable.h
T
2018-12-06 13:47:07 -06:00

7 lines
80 B
C

#ifndef _SINTABLE_H_
#define _SINTABLE_H_
static short sintable[1024];
#endif