1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 16:10:26 +02:00
Beef/IDE/mintest/src/cpp/testA.h

21 lines
187 B
C
Raw Normal View History

2019-08-23 11:56:54 -07:00
#pragma once
/*#if WHATEVER
#include "TestB.h"
#else
#include "TestE.h"
#endif*///
int GetCrapZ(float a)
{
//GetCrapZ(3.0f);
return 3;
}
int zabler()
{
//Boofster();
return 0;
}