ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/main.h
(Generate patch)

Comparing Frodo4/Src/main.h (file contents):
Revision 1.1 by cebix, 2003-07-01T17:09:43Z vs.
Revision 1.2 by cebix, 2003-07-01T17:20:58Z

# Line 238 | Line 238 | class Frodo
238   #endif
239  
240  
241 /*
242 *  PSX specific stuff
243 */
244
245 #ifdef __PSXOS__
246
247 class Frodo {
248 public:
249        Frodo();
250        void ReadyToRun(void);
251
252        C64 *TheC64;
253
254 private:
255        bool load_rom_files(void);
256
257        char prefs_path[256];   // Pathname of current preferences file
258 };
259
260 // Global variables
261 extern Frodo *be_app;   // Pointer to Frodo object
262
263 #endif
264
241   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines