Skip to content

Commit e335646

Browse files
committed
UpdatE
1 parent 7e9e35a commit e335646

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/love/Types/Audio/SoundData.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "SoundData.h"
22
#include <string>
3+
#include <stdlib.h>
34

45
#include "../../../ChaiLove.h"
56

src/main.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <string.h>
2+
#include <stddef.h>
13
#define PROJECT_VERSION "2.0.0"
24

35
void libretro_chailove_pntr_set_error(int error);

0 commit comments

Comments
 (0)