hcabel / OpenVoxel

OpenVoxel is a Open source voxel game engine/editor
GNU General Public License v3.0
15 stars 2 forks source link

hcabel/Rename Platform class to not have the platform prefix #81

Closed hcabel closed 1 year ago

hcabel commented 1 year ago

Fixes #64 e.g. for the platform class "Time" his windows implementation is called "WindowsPlatformTime" but you used it by just calling "Time" (before it was "PlatformTime", and I feel it's no necessary) I also create the LINK_PLATFORM_CLASS macro, so every windows implementation don't have to create the typedef themselves