- #ifndef _OTHER_H_
- #define _OTHER_H_
- #include "main.h"
- void DrawBoundingSphere(CVector *p, float r);
- void DrawBoundingBox(CVector *p, float x, float y, float z);
- void errf(char *message, char *var=""); // write error to file
- void err(char *text, char *title="error");
- void errfi(char *txt, float nmb1=-1, float nmb2=-1, float nmb3=-1);
- void erri(char *txt, float nmb1=-1, float nmb2=-1, float nmb3=-1);
- #endif
English
