Skip to content

Commit

Permalink
I added missing library
Browse files Browse the repository at this point in the history
without
#include <android_native_app_glue.h>
library,
i was taking incomplete definitions code error
see: #113

after reverse engineering (i added and deleted many libraries and ordered to WSL 'make run' and as conclusion i discovered essential library is glue library), i found which library is missing

I still have another error, but it is fix of this error
  • Loading branch information
salihberat authored Jan 3, 2025
1 parent e83d72f commit 58d23df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ is as follows:


//Make it so we don't need to include any other C files in our build.
#define CNFG_IMPLEMENTATION

#include <android_native_app_glue.h>
#include "rawdraw_sf.h"
#define CNFG_IMPLEMENTATION

void HandleKey( int keycode, int bDown ) { }
void HandleButton( int x, int y, int button, int bDown ) { }
Expand Down

0 comments on commit 58d23df

Please sign in to comment.