mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
getopt
This commit is contained in:
parent
7a5a5743b1
commit
57eb2154e3
@ -23,7 +23,11 @@
|
||||
#include "string_utils.h"
|
||||
#include "pvector.h"
|
||||
|
||||
#ifdef HAVE_GETOPT
|
||||
#include <getopt.h>
|
||||
#else
|
||||
#include "gnu_getopt.h"
|
||||
#endif
|
||||
|
||||
|
||||
#define RANDFRAC (rand()/(float)(RAND_MAX))
|
||||
|
Loading…
x
Reference in New Issue
Block a user