mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-10-06 22:05:22 +02:00
Reading timers.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <string>
|
||||
|
||||
struct Color {
|
||||
Color() {};
|
||||
Color(): r(255), g(255), b(255) {};
|
||||
Color(uint8_t r, uint8_t g, uint8_t b): r(r), g(g), b(b) {};
|
||||
uint8_t r;
|
||||
uint8_t g;
|
||||
|
Reference in New Issue
Block a user