Skip to content

Commit

Permalink
UpdatE
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Feb 7, 2025
1 parent 7e9e35a commit e335646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/love/Types/Audio/SoundData.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "SoundData.h"
#include <string>
#include <stdlib.h>

#include "../../../ChaiLove.h"

Expand Down
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <string.h>
#include <stddef.h>
#define PROJECT_VERSION "2.0.0"

void libretro_chailove_pntr_set_error(int error);
Expand Down

0 comments on commit e335646

Please sign in to comment.