Actually, I had always thought of quants as being relative.

You could say that 1quant= 1m.
Or you could say that 8 quants= 1m.

I think it depends on the scale of your game.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}