/* ** EPITECH PROJECT, 2018 ** task01 ** File description: ** I do task */ #ifndef __END_DATA_H__ # define __END_DATA_H__ static const char *dialog[] ={ "Hellooo !", "Why are you following\nme like this, sir ?", "You're ugly, your head is\nshaped like a square.", "Sorry, my heart goes\nto circle heads !", " ... ", "Hellooo !", "Be my wife !", " ... ", "Yeah, ok. Wathever." }; static uint32_t dialog_pos_x[] ={ 736, 768, 504, 760, 724, 736, 678, 914, 770 }; static uint32_t dialog_pos_y[] = { 900, 860, 860, 860, 900, 900, 900, 900, 900 }; #endif