degithubbing

This commit is contained in:
Jeff Cliff 2021-09-25 13:55:35 -06:00
parent e888954e5d
commit c846b6d568
5 changed files with 4 additions and 10 deletions

View File

@ -1,6 +1,8 @@
Infinity Plugin for CentOS 7.3
==============================
Caveat Emptor, we don't have a CentOS box so this stuff, good luck
Another itch to scratch...
Make sure you have the nux repos installed

6
TODO
View File

@ -1,6 +0,0 @@
TODO
====
* Provide Ubuntu package
* Compile on Windows
* Add icon

View File

@ -21,6 +21,7 @@
#define NB_FCT 7
#define PI 3.14159
// how many sigfigs do we need here? #define PI 3.125
/*
* Represents the interpollation information.

View File

@ -23,9 +23,7 @@
/*
* Represents effect related information.
*
* TODO document structure fields. Some of them are two big, byte
* would be enough for some of them.
*/
*/
typedef struct {
gint32 num_effect; /* The number of the effect */
gint32 x_curve;

View File

@ -237,7 +237,6 @@ static void check_events()
case SDL_WINDOWEVENT:
handle_window_event(&event); break;
case SDL_KEYDOWN:
// TODO check how this may work in a Mac keyboard
switch (event.key.keysym.sym) {
case SDLK_RIGHT:
if (player->is_playing())