-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18f80c2
commit 72fd2bb
Showing
15 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.