Rename some files with more sensical names

This commit is contained in:
Thomas Krijnen
2021-11-05 16:54:16 +01:00
parent c203b78d34
commit ab50609854
24 changed files with 59 additions and 59 deletions
+18
View File
@@ -0,0 +1,18 @@
#ifndef SHAPES
#define SHAPES(T)
#endif
#ifndef SHAPE
#define SHAPE(T)
#endif
#ifndef WIRE
#define WIRE(T)
#endif
#ifndef FACE
#define FACE(T)
#endif
#ifndef CURVE
#define CURVE(T)
#endif
#ifndef CLASS
#define CLASS(T,V)
#endif