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

14 lines
No EOL
116 B
C

#pragma once
#ifndef __TESTB__
#define __TESTB__
#include "TestC.h"
/*void Moops()
{
//Test3();
}*/
#endif