#ifndef ATI_MEMINFO_H #define ATI_MEMINFO_H /* * Report the memory usage from the graphics card. Code based on * documentation at * http://www.opengl.org/registry/specs/ATI/meminfo.txt. */ void ati_meminfo (void); #endif // ATI_MEMINFO_H