13 lines
194 B
C
13 lines
194 B
C
#pragma once
|
|
|
|
// temp
|
|
const char* console_emotes[] = {
|
|
"Run it, m8",
|
|
"Lets GOOOO",
|
|
"Click it, buddy",
|
|
"I wanna play",
|
|
"Wtf is this?",
|
|
"Just do it",
|
|
"JUST DO IT!",
|
|
};
|