Update
This commit is contained in:
parent
aadf27a49f
commit
65fdd3799d
31 changed files with 1913 additions and 1808 deletions
|
@ -84,7 +84,7 @@ Here is a complete **[C](c.md) example** that uses only [fixed point](fixed_poin
|
|||
#include <stdio.h>
|
||||
#include <math.h> // for simplicity we'll use float sin, cos from stdlib
|
||||
|
||||
#define U 1024 // fixed-point unit
|
||||
#define U 1024 // fixed point unit
|
||||
#define LEVEL_SIZE 16 // level resolution
|
||||
#define SCREEN_W 100
|
||||
#define SCREEN_H 31
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue