~haggai-eran/nux/rtl-rebased

« back to all changes in this revision

Viewing changes to NuxCore/Platform.h

  • Committer: Jay Taoko
  • Date: 2011-10-21 23:49:15 UTC
  • mfrom: (508.1.2 nux-20)
  • Revision ID: jay.taoko@canonical.com-20111021234915-hnzakb5ndebica8i
* Removed custom Nux types: t_u32, t_s32, t_bool, ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
 
84
84
    void Initialize (const TCHAR *CommandLine);
85
85
 
86
 
    t_u32 m_RandomSeed;
 
86
    unsigned int m_RandomSeed;
87
87
    NString m_UserName;
88
88
    NString m_ComputerName;
89
89
    NString m_ProgramName;