#pragma once

namespace crepe {

struct Position {
	float x = 0.0;
	float y = 0.0;
};

} // namespace crepe