Codebase list stealth / bda10831-e2ce-466f-a7ce-c7a7a477232b/main main.ih
bda10831-e2ce-466f-a7ce-c7a7a477232b/main

Tree @bda10831-e2ce-466f-a7ce-c7a7a477232b/main (Download .tar.gz)

main.ih @bda10831-e2ce-466f-a7ce-c7a7a477232b/mainraw · history · blame

#include <iostream>

#include <bobcat/argconfig>
#include <bobcat/mstream>

#include "options/options.h"
#include "stealth/stealth.h"

namespace Icmbuild
{
    extern char author[];
    extern char version[];
    extern char years[];
}

using namespace std;
using namespace FBB;