test/snake.c

changeset 48
6e5b5ba2752c
parent 47
44457f6cb0a2
child 58
26ebb2f1e6e6
     1.1 --- a/test/snake.c	Mon Apr 01 18:54:19 2024 +0200
     1.2 +++ b/test/snake.c	Mon Apr 01 19:01:04 2024 +0200
     1.3 @@ -25,7 +25,9 @@
     1.4   * POSSIBILITY OF SUCH DAMAGE.
     1.5   */
     1.6  
     1.7 -#include <ascension/ascension.h>
     1.8 +#include "ascension/core.h"
     1.9 +#include <ascension/ui.h>
    1.10 +
    1.11  #include <cx/printf.h>
    1.12  
    1.13  static void update_fps_counter(AscSceneNode *node) {

mercurial