mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-05 19:27:14 -04:00
7 lines
80 B
C
7 lines
80 B
C
#ifndef _SINTABLE_H_
|
|
#define _SINTABLE_H_
|
|
|
|
static short sintable[1024];
|
|
|
|
#endif
|