Changeset 1158 for trunk/dll/loadbmp.c


Ignore:
Timestamp:
Sep 5, 2008, 11:40:35 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/loadbmp.c

    r1104 r1158  
    3030
    3131#include "errutil.h"                    // Dos_Error...
     32#include "loadbmp.h"
    3233#include "fm3dll.h"
    3334
    3435static PSZ pszSrcFile = __FILE__;
     36
     37static HBITMAP LoadBitmapFromFile(CHAR * pszFileName);
    3538
    3639HBITMAP LoadBitmapFromFileNum(USHORT id)
Note: See TracChangeset for help on using the changeset viewer.