9 lines
95 B
C++
9 lines
95 B
C++
#ifndef __CC3K_H__
|
|
#define __CC3K_H__
|
|
|
|
class CC3K;
|
|
|
|
// every time it runs, clear first
|
|
|
|
#endif
|