X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg_platform.h;h=319f7a9abd1892e2fb4b8d03860484aa4c5725a0;hb=3d52e114a0f608e58bc99cfc6faaeb41cfcf84c7;hp=6707af7cab28a4862211f569b0c0660c5e84cc93;hpb=4c48fe01a5d1983be89b7dce6f08e6b708cfbb05;p=vg.git diff --git a/vg_platform.h b/vg_platform.h index 6707af7..319f7a9 100644 --- a/vg_platform.h +++ b/vg_platform.h @@ -48,10 +48,6 @@ VG_STATIC void vg_strncpy( const char *src, char *dst, u32 len ) } } -#define VG_REQUIRED_ASSET( TYPE, DECL, FN, PATH, ... ) \ - TYPE DECL = FN( PATH,##__VA_ARGS__ ); \ - vg_required( DECL, "Resource is required but failed to load: '" PATH "'" ); - #include #include #include