this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

we always need project now

+1 -7
+1 -4
CMakeLists.txt
··· 738 738 ${TIC80LIB_DIR}/studio/editors/sfx.c 739 739 ${TIC80LIB_DIR}/studio/editors/music.c 740 740 ${TIC80LIB_DIR}/studio/studio.c 741 + ${TIC80LIB_DIR}/studio/project.c 741 742 ${TIC80LIB_DIR}/studio/config.c 742 743 ${TIC80LIB_DIR}/studio/demos.c 743 744 ${TIC80LIB_DIR}/studio/fs.c ··· 747 748 ${TIC80LIB_DIR}/ext/gif.c 748 749 ${TIC80LIB_DIR}/ext/png.c 749 750 ) 750 - 751 - #if(${BUILD_PRO}) 752 - set(TIC80STUDIO_SRC ${TIC80STUDIO_SRC} ${TIC80LIB_DIR}/studio/project.c) 753 - #endif() 754 751 755 752 set(TIC80_OUTPUT tic80) 756 753
-3
src/studio/screens/console.c
··· 29 29 #include "zip.h" 30 30 #include "studio/demos.h" 31 31 32 - #if defined(TIC80_PRO) 33 32 #include "studio/project.h" 34 - #else 35 33 #include "cart.h" 36 - #endif 37 34 38 35 #include <ctype.h> 39 36 #include <string.h>