mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 23:34:10 +02:00
20 lines
187 B
C
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;
|
|
}
|