9 lines
81 B
C++
9 lines
81 B
C++
|
|
#ifndef _SUBCONSCIOUS_H
|
||
|
|
#define _SUBCONSCIOUS_H
|
||
|
|
|
||
|
|
class Subconscious
|
||
|
|
{
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|