SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/* mcpp_out.h: declarations of OUTDEST data types for MCPP */
|
||||
#ifndef _MCPP_OUT_H
|
||||
#define _MCPP_OUT_H
|
||||
|
||||
/* Choices for output destination */
|
||||
typedef enum {
|
||||
OUT, /* ~= fp_out */
|
||||
ERR, /* ~= fp_err */
|
||||
DBG, /* ~= fp_debug */
|
||||
NUM_OUTDEST
|
||||
} OUTDEST;
|
||||
|
||||
#endif /* _MCPP_OUT_H */
|
||||
Reference in New Issue
Block a user