mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
9 lines
80 B
C
9 lines
80 B
C
#ifndef STDIO_H
|
|
#define STDIO_H
|
|
|
|
#include <stdtypedefs.h>
|
|
|
|
struct FILE;
|
|
|
|
#endif
|