3 lines
No EOL
86 B
C++
3 lines
No EOL
86 B
C++
#include "Food.h"
|
|
|
|
Food::Food(int x, int y, float *color) : x(x), y(y), color(color){} |