PJS: license for fftsg and more specific events

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@183 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-06-15 02:44:37 +00:00
parent 85f0c68b03
commit c73ff1c66d
3 changed files with 10 additions and 2 deletions

View File

@ -35,6 +35,7 @@ typedef enum {
PROJECTM_KEYUP,
PROJECTM_KEYDOWN,
PROJECTM_VIDEORESIZE,
PROJECTM_VIDEOQUIT,
} projectMEvent;
typedef enum {

View File

@ -1,4 +1,12 @@
/*
License
Copyright Takuya OOURA, 1996-2001
You may use, copy, modify and distribute this code for any purpose (include commercial use) and without fee. Please refer to this package when you modify this code.
Fast Fourier/Cosine/Sine Transform
dimension :one
data length :power of 2

View File

@ -35,9 +35,8 @@
#ifndef _SDLTOPROJECTM_H
#define _SDLTOPROJECTM_H
#include "event.h"
#include "libprojectM/event.h"
//#include "projectM/projectM.h"
#ifdef WIN32
#include <SDL.h>
#else