mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +02:00
14 lines
116 B
C
14 lines
116 B
C
![]() |
#pragma once
|
||
|
|
||
|
#ifndef __TESTB__
|
||
|
#define __TESTB__
|
||
|
|
||
|
#include "TestC.h"
|
||
|
|
||
|
/*void Moops()
|
||
|
{
|
||
|
//Test3();
|
||
|
|
||
|
}*/
|
||
|
|
||
|
#endif
|