open_toontown_panda3d/panda/src/net/pprerror.h

15 lines
241 B
C

// Filename: pprerror.h
// Created by: drose (08Feb00)
//
////////////////////////////////////////////////////////////////////
#ifndef PPRERROR_H
#define PPRERROR_H
#include <pandabase.h>
void pprerror(const char *format, ...);
#endif