bits

  1. VoidForce

    QuakeC bit operations

    Hello, world! This small article can be used as a simple guide to basic operations with bits in QuakeC. First we need to define some constants, so we can operate with names and not numbers. Defenition of constants, usually goes to defs.qc, in copper it's constants.qc float BIT_NULL = 0...