mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-10 21:09:38 +01:00
An another stab at fixing the windows github action build.
This commit is contained in:
parent
9171cfb92e
commit
33d43d8ef8
@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
#include "tonality.h"
|
#include "tonality.h"
|
||||||
|
|
||||||
|
#include "core/math/math_funcs.h"
|
||||||
|
|
||||||
#include "../../algos/mm_algos.h"
|
#include "../../algos/mm_algos.h"
|
||||||
#include "../../editor/mm_graph_node.h"
|
#include "../../editor/mm_graph_node.h"
|
||||||
#include "../mm_material.h"
|
#include "../mm_material.h"
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#ifndef MM_TONALITY_H
|
#ifndef MM_TONALITY_H
|
||||||
#define MM_TONALITY_H
|
#define MM_TONALITY_H
|
||||||
|
|
||||||
|
#include "core/math/vector2.h"
|
||||||
|
|
||||||
#include "../bases/curve_base.h"
|
#include "../bases/curve_base.h"
|
||||||
#include "../mm_node_universal_property.h"
|
#include "../mm_node_universal_property.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user