OSDN Git Service

recording
[iptd/iPTd.git] / src / Raym / Raym.h
1 //
2 //
3 //
4
5 #pragma once
6
7 #include <Raym/Object.h>
8 #include <Raym/AutoreleasePool.h>
9 #include <Raym/String.h>
10 #include <Raym/Dictionary.h>
11 #include <Raym/Data.h>
12 #include <Raym/Date.h>
13 #include <Raym/FileManager.h>
14 #include <Raym/Bundle.h>
15 #include <Raym/Workspace.h>
16 #include <Raym/Task.h>
17 #include <Raym/Timer.h>
18 #include <Raym/Pipe.h>
19 #include <Raym/Stream.h>
20 #include <Raym/InputStream.h>
21 #include <Raym/FileInputStream.h>
22 #include <Raym/RunningApplication.h>
23 #include <Raym/Application.h>
24
25 namespace Raym
26 {
27 /*
28 inline String *LocalizedString(const char *key, const char *comment)
29 {
30     return Bundle::mainBundle()->localizedStringForKey(key, key, NULL);
31 }
32 */
33
34 } // Raym
35