X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=plugins%2Fmd3model%2Fmd3.h;h=79e9ac63a605d511e6a7d092eca4f5ff8b6f81b1;hp=6b1e3e314b1b49816705846d79c566b556260c6e;hb=9dfae1c9b270ee369c6362903a9205b30751b95f;hpb=0a6d5683b0cfa1a0bd7ef64bada105dbe4ddd6e1 diff --git a/plugins/md3model/md3.h b/plugins/md3model/md3.h index 6b1e3e31..79e9ac63 100644 --- a/plugins/md3model/md3.h +++ b/plugins/md3model/md3.h @@ -24,6 +24,7 @@ namespace scene { class Node; } class ArchiveFile; -scene::Node& loadMD3Model( ArchiveFile& file ); + +scene::Node &loadMD3Model(ArchiveFile &file); #endif