Files
salmanoff/core/include/subconscious.h
T

9 lines
81 B
C++
Raw Normal View History

2024-09-04 14:08:50 +10:00
#ifndef _SUBCONSCIOUS_H
#define _SUBCONSCIOUS_H
class Subconscious
{
};
#endif