Skip to content

Commit

Permalink
add test screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Flicksie committed May 16, 2022
1 parent 5777631 commit aafe6d3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inc/screens/test.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef SCREEN_TEST_H
#define SCREEN_TEST_H

void test();

#endif
10 changes: 10 additions & 0 deletions src/screens/test.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#include "genesis.h"

#include "screen_state.h"
#include "screens/test.h"

void test(){



}

0 comments on commit aafe6d3

Please sign in to comment.