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