godot/platform
Hugo Locurcio 6def32d643
Replace #pragma once by traditional include guards for consistency
`#pragma once` was used in a few files, yet we settled on using
traditional include guards instead.

The PooledList template comment was also moved to allow editors
such as Visual Studio Code to display the comment when hovering
PooledList.

`app.h` was renamed to `app_uwp.h` to be less generic for the
include guard.
2021-09-24 02:33:15 +02:00
..
android Add support for Play Asset Delivery. 2021-09-15 06:06:11 -07:00
iphone Make platform feature tag names lowercase 2021-08-31 20:34:44 +02:00
javascript Merge pull request #52649 from Faless/js/4.x_audioworklet_nothreads_pr 2021-09-21 10:44:08 +02:00
linuxbsd Mention that rebooting is required after updating graphics driver on Linux 2021-09-15 18:34:10 +02:00
osx Merge pull request #47391 from Calinou/platform-feature-tags-lowercase 2021-09-07 16:30:50 -03:00
uwp Replace #pragma once by traditional include guards for consistency 2021-09-24 02:33:15 +02:00
windows Merge pull request #52842 from Ev1lbl0w/fix_win_open_errcode 2021-09-21 11:26:58 +02:00
register_platform_apis.h
SCsub