Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MiniEngine #10

Merged
merged 23 commits into from
Jun 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,420 changes: 0 additions & 2,420 deletions MiniEngine.cpp

Large diffs are not rendered by default.

729 changes: 1 addition & 728 deletions MiniEngine.h

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion MiniEngine_Test.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ void GetMD5Raw(unsigned char* buffer,unsigned int bufferLen,unsigned char* outbu

int GetCRC32(unsigned char* buffer,unsigned int bufferLen,uint32_t& out_CRCResult);

int CompareSurface(const Surface& surface1,const Surface& surface2,int allowableError);
/// Compare two surfaces. Currently, Surface::getRawPointer() does not has constant attribute.
int CompareSurface(Surface& surface1,Surface& surface2,int allowableError);

class UniRandom
{
Expand Down
Empty file removed SDLEngine/MiniEngine/Event.cpp
Empty file.
32 changes: 0 additions & 32 deletions SDLEngine/MiniEngine/Event.h

This file was deleted.

47 changes: 0 additions & 47 deletions SDLEngine/MiniEngine/Widget.cpp

This file was deleted.

89 changes: 0 additions & 89 deletions SDLEngine/MiniEngine/Widget.h

This file was deleted.

69 changes: 0 additions & 69 deletions SDLEngine/MiniEngine/widget_brush.hpp

This file was deleted.

9 changes: 0 additions & 9 deletions SDLEngine/include/App.h

This file was deleted.

42 changes: 0 additions & 42 deletions SDLEngine/include/InitManager.h

This file was deleted.

60 changes: 0 additions & 60 deletions SDLEngine/include/MusicManager.h

This file was deleted.

Loading