mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-29 03:04:42 +00:00
8 lines
35 B
C++
8 lines
35 B
C++
|
#include "box.h"
|
||
|
|
||
|
Box::Box()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|