mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[CHG] Nothing important ;)
This commit is contained in:
parent
29e6c6f8ec
commit
37077c8da9
1 changed files with 16 additions and 16 deletions
|
@ -22,9 +22,9 @@ int main() {
|
|||
int i;
|
||||
int screen_index = 0;
|
||||
float t = 0;
|
||||
int R=81;
|
||||
int r=71;
|
||||
int d=120;
|
||||
const int R = 81;
|
||||
const int r = 71;
|
||||
const int d = 120;
|
||||
float f = 0;
|
||||
float ff = 0;
|
||||
float spr = 0;
|
||||
|
|
Loading…
Reference in a new issue