File evabCoor.h¶
File List > src > evabCoor.h
Go to the documentation of this file
#pragma once
namespace evab
{
struct Coor
{
unsigned char X, Y;
Coor(int x = 0, int y = 0);
};
}
File List > src > evabCoor.h
Go to the documentation of this file
#pragma once
namespace evab
{
struct Coor
{
unsigned char X, Y;
Coor(int x = 0, int y = 0);
};
}