mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-16 04:15:37 +00:00
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/represet@1175 6778bc44-b910-0410-a7a0-be141de4315d
12 lines
193 B
C++
12 lines
193 B
C++
/*
|
|
* PipelineContext.cpp
|
|
*
|
|
* Created on: Jun 22, 2008
|
|
* Author: pete
|
|
*/
|
|
|
|
#include "PipelineContext.hpp"
|
|
|
|
PipelineContext::PipelineContext() {}
|
|
PipelineContext::~PipelineContext() {}
|