Skip to content

Commit

Permalink
nit: File formatting and line ending updates
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Van Eenwyk <[email protected]>
  • Loading branch information
joelvaneenwyk committed Jul 9, 2024
1 parent bd2dbcf commit 39fce3d
Show file tree
Hide file tree
Showing 3 changed files with 13,030 additions and 13,026 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# PEEL Ignore List
#

.git/
.build/
out/

*.build

/Build/
Expand Down Expand Up @@ -32,8 +36,8 @@
# Intermediate or temporary files
#

.vs/
UpgradeLog.htm
.suo
*.user
**/.vs/*
.DS_Store
22 changes: 11 additions & 11 deletions Src/PEEL/Resources.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
///////////////////////////////////////////////////////////////////////////////
/*
* PEEL - Physics Engine Evaluation Lab
* Copyright (C) 2012 Pierre Terdiman
* Homepage: https://www.codercorner.com/blog.htm
*/
///////////////////////////////////////////////////////////////////////////////

// Source filename: Media/peel.png
extern const unsigned int gPictureData_Size;
extern udword gPictureData_Data[];
///////////////////////////////////////////////////////////////////////////////
/*
* PEEL - Physics Engine Evaluation Lab
* Copyright (C) 2012 Pierre Terdiman
* Homepage: https://www.codercorner.com/blog.htm
*/
///////////////////////////////////////////////////////////////////////////////

// Source filename: Media/peel.png
extern const unsigned int gPictureData_Size;
extern udword gPictureData_Data[];
Loading

0 comments on commit 39fce3d

Please sign in to comment.