X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fnullmodel.h;h=39f27cba51e61209f8406971a6427464df382ceb;hb=d052c83e50a258421e1f51ac99b135b403c18989;hp=76a6c4915d04b425392cf324d9035bb75dd0c445;hpb=02a51890a3d97a0e937fbb11071cf7c41cc00aa9;p=xonotic%2Fnetradiant.git diff --git a/radiant/nullmodel.h b/radiant/nullmodel.h index 76a6c491..39f27cba 100644 --- a/radiant/nullmodel.h +++ b/radiant/nullmodel.h @@ -22,18 +22,16 @@ #if !defined ( INCLUDED_NULLMODEL_H ) #define INCLUDED_NULLMODEL_H -namespace scene { - class Node; +namespace scene +{ +class Node; } #include "generic/referencecounted.h" - typedef SmartReference > NodeSmartReference; - NodeSmartReference NewNullModel(); void NullModel_construct(); - void NullModel_destroy(); #endif