Update sample projects to cmake

This commit is contained in:
Wayne Venables
2023-02-26 14:09:49 -08:00
parent c3581b1703
commit da7cce3d87
67 changed files with 203 additions and 772 deletions

View File

@@ -6,6 +6,10 @@
// ****************************************************************************
#include "main.h"
#include "game.h" // game engine
#include "levels.h" // game levels
#include <string.h>
#include "pico/printf.h"
u8 Text[TEXTMAX*2]; // 2 rows of text (2nd row is empty, it is used to center line vertically)
u8 TextCol[TEXTMAX*2*8] __attribute__ ((aligned(4))); // text color gradient