Replaced NULL with nullptr.
This commit is contained in:
parent
e1d3eff587
commit
b3b094fc91
81 changed files with 512 additions and 512 deletions
|
@ -17,7 +17,7 @@
|
|||
////////////////////////////////////////////////////////////
|
||||
int main()
|
||||
{
|
||||
std::srand(static_cast<unsigned int>(std::time(NULL)));
|
||||
std::srand(static_cast<unsigned int>(std::time(nullptr)));
|
||||
|
||||
// Define some constants
|
||||
const float pi = 3.14159f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue