world render refactor

This commit is contained in:
MihailRis
2023-11-19 00:22:12 +03:00
parent dda9c40c41
commit 6c70bb531b
5 changed files with 27 additions and 43 deletions
+1 -7
View File
@@ -1,10 +1,3 @@
/*
* LineBatch.h
*
* Created on: Jun 25, 2020
* Author: MihailRis
*/
#ifndef GRAPHICS_LINEBATCH_H_
#define GRAPHICS_LINEBATCH_H_
@@ -27,6 +20,7 @@ public:
float r, float g, float b, float a);
void render();
void lineWidth(float width);
};
#endif /* GRAPHICS_LINEBATCH_H_ */