X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=plugins%2Fmd3model%2Fmd2.h;fp=plugins%2Fmd3model%2Fmd2.h;h=3128b27a6fb579e18ddabc3833fb52a7c963f161;hb=9dfae1c9b270ee369c6362903a9205b30751b95f;hp=33b34d7669e1cc811591dcd991a1dbc356b17498;hpb=0a6d5683b0cfa1a0bd7ef64bada105dbe4ddd6e1;p=xonotic%2Fnetradiant.git diff --git a/plugins/md3model/md2.h b/plugins/md3model/md2.h index 33b34d76..3128b27a 100644 --- a/plugins/md3model/md2.h +++ b/plugins/md3model/md2.h @@ -24,7 +24,8 @@ namespace scene { class Node; } class ArchiveFile; -scene::Node& loadMD2Model( ArchiveFile& file ); + +scene::Node &loadMD2Model(ArchiveFile &file); #endif