Codebase list stealth / run/9b457e69-1e87-4349-a525-217b295f9497/main main.ih
run/9b457e69-1e87-4349-a525-217b295f9497/main

Tree @run/9b457e69-1e87-4349-a525-217b295f9497/main (Download .tar.gz)

main.ih @run/9b457e69-1e87-4349-a525-217b295f9497/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;