Codebase list stealth / 42373034-8116-4b0d-96d1-e6e97f5d22fe/main main.ih
42373034-8116-4b0d-96d1-e6e97f5d22fe/main

Tree @42373034-8116-4b0d-96d1-e6e97f5d22fe/main (Download .tar.gz)

main.ih @42373034-8116-4b0d-96d1-e6e97f5d22fe/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;