Remove incorrect extern defs
This commit is contained in:
parent
8925e3e3a0
commit
6e2457ded3
|
@ -1,12 +1,9 @@
|
|||
#include <keys.h>
|
||||
#include <graphics.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <orca.h>
|
||||
|
||||
extern float cosf(float);
|
||||
extern float sinf(float);
|
||||
extern float sqrtf(float);
|
||||
|
||||
#define NUM_BLOCKS_PER_ROW 7
|
||||
#define NUM_BLOCKS 42 // 7 * 6
|
||||
|
||||
|
|
Loading…
Reference in New Issue