#pragma once typedef int gnBool; #define gnFalse 0; #define gnTrue 1;