#pragma once struct Stats { Stats(); int lifes; int points; int total_bullets; };