1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 23:34:10 +02:00
Beef/IDE/mintest/src/cpp/testA.h
2019-08-23 11:56:54 -07:00

20 lines
187 B
C

#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;
}