├── Day001 └── handmade │ └── code │ ├── build.sh │ └── osx_main.mm ├── Day002 └── handmade │ └── code │ ├── build.sh │ └── osx_main.mm ├── Day003 └── handmade │ └── code │ ├── build.sh │ └── osx_main.mm ├── Day004 └── handmade │ └── code │ ├── build.sh │ └── osx_main.mm ├── Day005 └── handmade │ ├── code │ ├── build.sh │ └── osx_main.mm │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day006 └── handmade │ ├── code │ ├── build.sh │ └── osx_main.mm │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day007 └── handmade │ ├── code │ ├── build.sh │ └── osx_main.mm │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day008 └── handmade │ ├── code │ ├── build.sh │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day009 └── handmade │ ├── code │ ├── build.sh │ ├── handmade_types.h │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day010 └── handmade │ ├── code │ ├── build.sh │ ├── handmade_types.h │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day011 └── handmade │ ├── code │ ├── build.sh │ ├── handmade_types.h │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day012 └── handmade │ ├── code │ ├── build.sh │ ├── handmade_types.h │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day013 └── handmade │ ├── code │ ├── build.sh │ ├── handmade_types.h │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day014 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day015 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day016 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day017 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day018 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day019 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day020 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day021 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day022 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day023 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day024 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── Day025 └── handmade │ ├── code │ ├── build.sh │ ├── osx_main.h │ └── osx_main.mm │ ├── resources │ └── Info.plist │ └── xcode │ └── Handmade Hero Mac Platform Layer │ └── Handmade Hero Mac Platform Layer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── theodorebendixson1.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ └── xcschemes │ │ └── Handmade Hero Mac Platform Layer.xcscheme │ └── xcuserdata │ └── theodorebendixson1.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── FUNDING.yml └── README.md /Day001/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day001/handmade/code/build.sh -------------------------------------------------------------------------------- /Day001/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day001/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day002/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day002/handmade/code/build.sh -------------------------------------------------------------------------------- /Day002/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day002/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day003/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day003/handmade/code/build.sh -------------------------------------------------------------------------------- /Day003/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day003/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day004/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day004/handmade/code/build.sh -------------------------------------------------------------------------------- /Day004/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day004/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day005/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day005/handmade/code/build.sh -------------------------------------------------------------------------------- /Day005/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day005/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day005/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day006/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day006/handmade/code/build.sh -------------------------------------------------------------------------------- /Day006/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day006/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day006/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day007/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day007/handmade/code/build.sh -------------------------------------------------------------------------------- /Day007/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day007/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day007/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day008/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day008/handmade/code/build.sh -------------------------------------------------------------------------------- /Day008/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day008/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day008/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day008/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day008/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day009/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/code/build.sh -------------------------------------------------------------------------------- /Day009/handmade/code/handmade_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/code/handmade_types.h -------------------------------------------------------------------------------- /Day009/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day009/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day009/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day009/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day010/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/code/build.sh -------------------------------------------------------------------------------- /Day010/handmade/code/handmade_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/code/handmade_types.h -------------------------------------------------------------------------------- /Day010/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day010/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day010/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day010/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day011/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/code/build.sh -------------------------------------------------------------------------------- /Day011/handmade/code/handmade_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/code/handmade_types.h -------------------------------------------------------------------------------- /Day011/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day011/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day011/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day011/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day012/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/code/build.sh -------------------------------------------------------------------------------- /Day012/handmade/code/handmade_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/code/handmade_types.h -------------------------------------------------------------------------------- /Day012/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day012/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day012/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day012/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day013/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/code/build.sh -------------------------------------------------------------------------------- /Day013/handmade/code/handmade_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/code/handmade_types.h -------------------------------------------------------------------------------- /Day013/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day013/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day013/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day013/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day014/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/code/build.sh -------------------------------------------------------------------------------- /Day014/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day014/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day014/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day014/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day015/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/code/build.sh -------------------------------------------------------------------------------- /Day015/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day015/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day015/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day015/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day016/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/code/build.sh -------------------------------------------------------------------------------- /Day016/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day016/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day016/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day016/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day017/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/code/build.sh -------------------------------------------------------------------------------- /Day017/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day017/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day017/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day017/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day018/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/code/build.sh -------------------------------------------------------------------------------- /Day018/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day018/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day018/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day018/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day019/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/code/build.sh -------------------------------------------------------------------------------- /Day019/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day019/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day019/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day019/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day020/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/code/build.sh -------------------------------------------------------------------------------- /Day020/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day020/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day020/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day020/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day021/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/code/build.sh -------------------------------------------------------------------------------- /Day021/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day021/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day021/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day021/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day022/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/code/build.sh -------------------------------------------------------------------------------- /Day022/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day022/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day022/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day022/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day023/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/code/build.sh -------------------------------------------------------------------------------- /Day023/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day023/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day023/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day023/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day024/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/code/build.sh -------------------------------------------------------------------------------- /Day024/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day024/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day024/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day024/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Day025/handmade/code/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/code/build.sh -------------------------------------------------------------------------------- /Day025/handmade/code/osx_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/code/osx_main.h -------------------------------------------------------------------------------- /Day025/handmade/code/osx_main.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/code/osx_main.mm -------------------------------------------------------------------------------- /Day025/handmade/resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/resources/Info.plist -------------------------------------------------------------------------------- /Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/project.xcworkspace/xcuserdata/theodorebendixson1.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcshareddata/xcschemes/Handmade Hero Mac Platform Layer.xcscheme -------------------------------------------------------------------------------- /Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/Day025/handmade/xcode/Handmade Hero Mac Platform Layer/Handmade Hero Mac Platform Layer.xcodeproj/xcuserdata/theodorebendixson1.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: TheoBendixson 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoBendixson/Handmade-Hero-Mac-Platform-Layer-Following-Videos/HEAD/README.md --------------------------------------------------------------------------------