BuGS/BuGS/main.h

19 lines
293 B
C

/*
* main.h
* BuGS
*
* Created by Jeremy Rand on 2020-06-10.
* Copyright (c) 2020 Jeremy Rand. All rights reserved.
*
*/
#ifndef _GUARD_PROJECTBuGS_FILEmain_
#define _GUARD_PROJECTBuGS_FILEmain_
/* Tools */
#define TOOL_STARTUP 1
#endif /* defined(_GUARD_PROJECTBuGS_FILEmain_) */