mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-14 11:25:47 +00:00
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:
@ -35,6 +35,7 @@ typedef enum {
|
||||
PROJECTM_KEYUP,
|
||||
PROJECTM_KEYDOWN,
|
||||
PROJECTM_VIDEORESIZE,
|
||||
PROJECTM_VIDEOQUIT,
|
||||
} projectMEvent;
|
||||
|
||||
typedef enum {
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user