~ubuntu-branches/ubuntu/oneiric/nux/oneiric

« back to all changes in this revision

Viewing changes to NuxCore/ObjectType.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-25 13:42:45 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20110825134245-kfz5nhs15353wcbl
Tags: upstream-1.4.0
ImportĀ upstreamĀ versionĀ 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "NuxCore.h"
24
24
#include "ObjectType.h"
25
25
 
26
 
const NObjectType NObjectType::Null_Type (TEXT ("NULL"), 0) ;
 
26
namespace nux
 
27
{
 
28
const NObjectType NObjectType::Null_Type("NULL", 0);
 
29
}