Codebase list stealth / e89b6d65-c64c-4a99-bd2b-f28f9411f0bc/main main.ih
e89b6d65-c64c-4a99-bd2b-f28f9411f0bc/main

Tree @e89b6d65-c64c-4a99-bd2b-f28f9411f0bc/main (Download .tar.gz)

main.ih @e89b6d65-c64c-4a99-bd2b-f28f9411f0bc/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;