Changeset 84 in dev for ProjectEditor/Common.h


Ignore:
Timestamp:
Mar 29, 2007, 3:28:28 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/Common.h

    r80 r84  
    6666#define APPLICATION_NAME "ActiveBasic 5.0"
    6767#define VERSION_APPLI_NAME APPLICATION_NAME
    68 #define VERSION_STRING "5.00.00 β17"
     68#define VERSION_STRING "5.00.00 β rev.193"
    6969
    7070#endif
     
    10871087void ResizeProjectView_ToolWindow(void);
    10881088LRESULT CALLBACK ProjectView_ToolWindowProc(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam);
     1089void ShowFileView();
     1090void ShowClassView();
     1091void ShowMaterialView();
    10891092LRESULT CALLBACK ProjectViewProc(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam);
    10901093void Project_File_Insert(char *path);
Note: See TracChangeset for help on using the changeset viewer.