1 2 3 4 5 6 7 8
#ifndef CUDASIM_H_INCLUDED #define CUDASIM_H_INCLUDED class memory_space; extern memory_space *g_global_mem; #endif