Skip to content

Commit

Permalink
Merge pull request #436 from libretro/version-numb
Browse files Browse the repository at this point in the history
Add version number
  • Loading branch information
RobLoach authored Feb 7, 2025
2 parents 9742097 + 02c450a commit ef94b2e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions src/love/Types/Audio/SoundData.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "SoundData.h"
#include <string>
#include <stdio.h>
#include <stdlib.h>

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

Expand Down
3 changes: 0 additions & 3 deletions src/love/Types/FileSystem/FileData.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#include "FileData.h"
#include <string>

#include <stdio.h>
#include <stdlib.h>

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

namespace love {
Expand Down
3 changes: 1 addition & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <string>
#include <iostream> // TODO: Remove this
#define PROJECT_VERSION "2.0.0"

void libretro_chailove_pntr_set_error(int error);
#define PNTR_SET_ERROR libretro_chailove_pntr_set_error
Expand Down

0 comments on commit ef94b2e

Please sign in to comment.