Skip to content

Commit 5632a21

Browse files
committed
Merge branch 'MergeToBlockly' into BlocklyProp
2 parents 6e4d8f5 + 1facea9 commit 5632a21

17 files changed

+22
-1035
lines changed

Learn/Simple Libraries/Utility/libcolormath/Documentation colormath Library.html renamed to Learn/Simple Libraries/Utility/libcolormath/Documentation colormath library.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.

Learn/Simple Libraries/Utility/libcolormath/colormath.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @file colormath.h
2+
* @file colorMath.h
33
*
44
* @author Matthew Matz
55
*
@@ -14,8 +14,8 @@
1414
* this code to editor@parallax.com.
1515
*/
1616

17-
#ifndef colormath_H // Prevents duplicate
18-
#define colormath_H // declarations
17+
#ifndef COLORMATH_H // Prevents duplicate
18+
#define COLORMATH_H // declarations
1919

2020
#if defined(__cplusplus) // If compiling for C++
2121
extern "C" { // Compile for C
@@ -94,7 +94,7 @@ int remapColor(int c, char *f1, char *f2);
9494
/* __cplusplus */
9595

9696
#endif // End prevent duplicate forward
97-
/* colormath_H */ // declarations block
97+
/* COLORMATH_H */ // declarations block
9898

9999

100100

Learn/Simple Libraries/Utility/libcolormath/html/color_math_8h.html

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)