You've already forked FileManager
mirror of
https://github.com/Team-Resurgent/FileManager.git
synced 2026-04-30 10:38:50 -07:00
8685deacb9
Splitting code for easier management
11 lines
134 B
C++
11 lines
134 B
C++
#include <xtl.h>
|
|
|
|
#include "FileBrowserApp.h"
|
|
|
|
int __cdecl main()
|
|
{
|
|
FileBrowserApp app;
|
|
app.Create();
|
|
return app.Run();
|
|
}
|