mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-04 06:25:08 +00:00
thanks fatray!
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1055 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
22
src/projectM-engine/PipelineContext.hpp
Normal file
22
src/projectM-engine/PipelineContext.hpp
Normal file
@ -0,0 +1,22 @@
|
||||
/*
|
||||
* PipelineContext.hpp
|
||||
*
|
||||
* Created on: Jun 22, 2008
|
||||
* Author: pete
|
||||
*/
|
||||
|
||||
#ifndef PIPELINECONTEXT_HPP_
|
||||
#define PIPELINECONTEXT_HPP_
|
||||
|
||||
class PipelineContext
|
||||
{
|
||||
public:
|
||||
int fps;
|
||||
float time;
|
||||
int frame;
|
||||
float progress;
|
||||
|
||||
PipelineContext();
|
||||
};
|
||||
|
||||
#endif /* PIPELINECONTEXT_HPP_ */
|
||||
Reference in New Issue
Block a user