1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 01:37:59 +02:00
Beef/IDE/mintest/src/cpp/testB.h

14 lines
116 B
C
Raw Normal View History

2019-08-23 11:56:54 -07:00
#pragma once
#ifndef __TESTB__
#define __TESTB__
#include "TestC.h"
/*void Moops()
{
//Test3();
}*/
#endif