1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/BeefySysLib/platform
JamesOrson e76becf4c6 Remove unnecessary delete statements
If a value is null, the C++ delete statement will do nothing, so there is bo need to explicitly check if the value is null.
2020-07-10 16:36:14 -07:00
..
android Added Android support, and generalized target triple support 2019-10-23 07:12:36 -07:00
darwin Apple fixes 2019-10-29 05:01:04 -07:00
ios Apple fixes 2019-10-29 05:01:04 -07:00
linux Working on Linux fixes 2020-05-21 06:58:26 -07:00
notwin Initial checkin 2019-08-23 11:56:54 -07:00
osx Added Android support, and generalized target triple support 2019-10-23 07:12:36 -07:00
posix Fixed exe path issue 2020-07-07 13:08:45 -07:00
sdl Initial macOS changes 2019-10-14 14:08:29 -07:00
win Remove unnecessary delete statements 2020-07-10 16:36:14 -07:00
PlatformHelper.h Initial checkin 2019-08-23 11:56:54 -07:00
PlatformInterface.h Allows for stack base to change 2020-05-16 10:07:17 -07:00