mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
13 lines
217 B
C++
13 lines
217 B
C++
#ifndef _TestData_TestData_h
|
|
#define _TestData_TestData_h
|
|
|
|
#include <Core/Core.h>
|
|
|
|
using namespace Upp;
|
|
|
|
extern const char alice_text[];
|
|
|
|
Vector<String> AliceWords();
|
|
Vector<String> AliceLines();
|
|
|
|
#endif
|