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