colors.h

changeset 104
6e29bb0e83c5
parent 100
e40358266290
child 135
c243df39913e
--- a/colors.h	Sat Apr 13 02:11:54 2013 +0300
+++ b/colors.h	Sun Apr 14 03:54:40 2013 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013 Santeri `arezey` Piippo
+ *  Copyright (C) 2013 Santeri Piippo
  *  
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@
 void initColors ();
 void parseLDConfig ();
 
-// Safely gets a color with the given number or nullptr if no such color.
+// Safely gets a color with the given number or null if no such color.
 color* getColor (short dColorNum);
 
 #endif // __COLORS_H__
\ No newline at end of file

mercurial