Skip to content
  • Ray Strode's avatar
    change naming convention for global variables · d9922c15
    Ray Strode authored
    Right now global variables start with a g and use
    camel case.
    
    Those conventions are inconsistent with the rest of the
    coding style which uses underscores and no hungarian
    prefixes.
    
    This commit does a giant sed over the codebase with some
    manual tweaks to fix it up.
    d9922c15