mirror of
https://github.com/Ed94/Cog.git
synced 2026-07-31 11:50:06 +00:00
Add target acquisition in the sample
This commit is contained in:
@@ -5,3 +5,13 @@
|
||||
#ifndef USE_COG
|
||||
#define USE_COG (ENABLE_DRAW_DEBUG && !NO_LOGGING)
|
||||
#endif
|
||||
|
||||
#if !USE_COG
|
||||
|
||||
#define COG(expr) (0)
|
||||
|
||||
#else //!ENABLE_COG
|
||||
|
||||
#define COG(expr) { expr; }
|
||||
|
||||
#endif //!ENABLE_COG
|
||||
|
||||
Reference in New Issue
Block a user