Skip to content

Commit

Permalink
Adding SpriteHandler.h to the XCode project.
Browse files Browse the repository at this point in the history
  • Loading branch information
razterizer committed Oct 15, 2024
1 parent cf33121 commit f0920cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Termin8or.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
07C2A7822C2239BB00869A56 /* MessageHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageHandler.h; sourceTree = "<group>"; };
07C2A7832C24910300869A56 /* Color.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Color.h; sourceTree = "<group>"; };
07C2A78A2C2B214300869A56 /* Texture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Texture.h; sourceTree = "<group>"; };
07D007BE2CBD387200CCB5E7 /* SpriteHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpriteHandler.h; sourceTree = "<group>"; };
07E6EAA72C0F7502007BBC6B /* font_data_avatar.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = font_data_avatar.txt; sourceTree = "<group>"; };
07E6EAA92C1241DC007BBC6B /* Styles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Styles.h; sourceTree = "<group>"; };
07FDE97E2CA0C0F700116BA7 /* Rectangle_tests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Rectangle_tests.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -83,6 +84,7 @@
071CC3D5290466FE007B4B98 /* ScreenUtils.h */,
071CC3D829046819007B4B98 /* Rectangle.h */,
071CC3D72904679E007B4B98 /* ScreenHandler.h */,
07D007BE2CBD387200CCB5E7 /* SpriteHandler.h */,
071CC3DA2904851A007B4B98 /* Pixel.h */,
071CC3D92904839C007B4B98 /* RC.h */,
07E6EAA92C1241DC007BBC6B /* Styles.h */,
Expand Down

0 comments on commit f0920cb

Please sign in to comment.