mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 21:16:01 +00:00
std::abs usage
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "Pipeline.hpp"
|
||||
#include "Transformation.hpp"
|
||||
|
||||
@ -5,6 +5,8 @@
|
||||
* Author: pete
|
||||
*/
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "Pipeline.hpp"
|
||||
#include "MilkdropCompatability.hpp"
|
||||
#include "Transformation.hpp"
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
* Created on: Jun 22, 2008
|
||||
* Author: pete
|
||||
*/
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "Pipeline.hpp"
|
||||
#include "Transformation.hpp"
|
||||
#include "MilkdropCompatability.hpp"
|
||||
|
||||
Reference in New Issue
Block a user