10 lines
95 B
C
10 lines
95 B
C
/**
|
|
* Contains runtime information about types.
|
|
*/
|
|
#ifndef TYPES_H
|
|
#define TYPES_H
|
|
|
|
|
|
|
|
#endif
|