Skip to content

Commit

Permalink
move third party files
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed Mar 16, 2024
1 parent 18f80c2 commit 72fd2bb
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/game_load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// Copyright Neil McGill, [email protected]
//

#include "minilzo.hpp"
#include "my_alloc.hpp"
#include "my_array_bounds_check.hpp"
#include "my_sdl_proto.hpp"
#include "my_serialize.hpp"
#include "third-party/minilzo.hpp"
// REMOVED #include "my_ui.hpp"
#include "my_wid_error.hpp"
#include "my_wid_popup.hpp"
Expand Down
3 changes: 1 addition & 2 deletions src/game_save.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
// Copyright Neil McGill, [email protected]
//

#include "minilzo.hpp"
#include "my_alloc.hpp"
#include "my_sdl_proto.hpp"
#include "my_serialize.hpp"
// REMOVED #include "my_ui.hpp"
#include "my_wid_popup.hpp"
#include "third-party/minilzo.hpp"

WidPopup *wid_save;
void wid_save_destroy(void);
Expand Down
2 changes: 1 addition & 1 deletion src/my_token.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define _MY_TOKEN_HPP_

#include "my_string.hpp"
#include "slre.hpp"
#include "third-party/slre.hpp"

class Tokens
{
Expand Down
4 changes: 4 additions & 0 deletions src/precompiled.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@
#include "my_tp.hpp"
#include "my_tps.hpp"
#include "my_wid_console.hpp"

#include "third-party/slre.hpp"
#include "third-party/stb_image.hpp"
#include "third-party/stb_image_write.hpp"
2 changes: 1 addition & 1 deletion src/sdl_screenshot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "my_gl.hpp"
#include "my_ptrcheck.hpp"
#include "my_string.hpp"
#include "stb_image_write.hpp"
#include "third-party/stb_image_write.hpp"

void sdl_screenshot(void)
{
Expand Down
2 changes: 1 addition & 1 deletion src/tex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "my_ptrcheck.hpp"
#include "my_string.hpp"
#include "my_tex.hpp"
#include "stb_image.hpp"
#include "third-party/stb_image.hpp"

class Tex
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 72fd2bb

Please sign in to comment.