10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
|
|
#ifdef RegisterAny
|
||
|
|
RegisterAny(int);
|
||
|
|
RegisterAny(unsigned int);
|
||
|
|
RegisterAny(short);
|
||
|
|
RegisterAny(unsigned short);
|
||
|
|
RegisterAny(char);
|
||
|
|
RegisterAny(unsigned char);
|
||
|
|
RegisterAny(float);
|
||
|
|
RegisterAny(double);
|
||
|
|
#endif // RegisterAny
|