Mercurial > foo_out_sdl
comparison foosdk/sdk/foobar2000/helpers/text_file_loader_v2.h @ 1:20d02a178406 default tip
*: check in everything else
yay
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 05 Jan 2026 02:15:46 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:e9bb126753e7 | 1:20d02a178406 |
|---|---|
| 1 #pragma once | |
| 2 #include <vector> | |
| 3 #include <list> | |
| 4 | |
| 5 class text_file_loader_v2 { | |
| 6 public: | |
| 7 bool m_forceUTF8 = false; | |
| 8 | |
| 9 void load(file::ptr f, abort_callback & abort); | |
| 10 | |
| 11 std::vector< char * > m_lines; | |
| 12 | |
| 13 pfc::string8 m_data; | |
| 14 }; |
