Commit 8740b424 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

enable OBJ_EDITING_INTERFACE

parent 62aea3aa
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -150,12 +150,12 @@

/* ################## Start DEVELOPMENT switches ######################### */

//#define OBJ_EDITING_INTERFACE                           /* Interface for object editing */
#define OBJ_EDITING_INTERFACE                           /* Interface for object editing */
#ifdef OBJ_EDITING_INTERFACE
#define OBJ_EDITING_API                                 /* object editing changes related to the API */
#define OBJ_EDITING_DECODER                             /* object editing changes realted to the decoder functions */
#define OBJ_EDITING_EXAMPLE                             /* obj editing example code in decoder.c */
#define OBJ_EDITING_PARAMISM                            /* obj editing for ParamISM */
/*#define OBJ_EDITING_PARAMISM*/                        /* obj editing for ParamISM */
#endif

/* ################### Start BE switches ################################# */