|
Last change
on this file since 2913 was 2899, checked in by bird, 26 years ago |
|
More elf definitions and declarations.
|
|
File size:
401 bytes
|
| Line | |
|---|
| 1 | /* $Id: elf2lx.h,v 1.2 2000-02-26 00:46:31 bird Exp $
|
|---|
| 2 | *
|
|---|
| 3 | * Elf2Lx - Declaration.
|
|---|
| 4 | *
|
|---|
| 5 | * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
|
|---|
| 6 | *
|
|---|
| 7 | * Project Odin Software License can be found in LICENSE.TXT
|
|---|
| 8 | *
|
|---|
| 9 | */
|
|---|
| 10 |
|
|---|
| 11 | #ifndef _ELF2LX_H_
|
|---|
| 12 | #define _ELF2LX_H_
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 | class Elf2Lx : public ModuleBase
|
|---|
| 16 | {
|
|---|
| 17 | public:
|
|---|
| 18 | Elf2Lx(SFN hFile);
|
|---|
| 19 | ULONG init(PCSZ pszFilename)
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | private:
|
|---|
| 23 |
|
|---|
| 24 | };
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | #endif
|
|---|
| 28 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.