|
Galactic Bloodshed
|
#include "gb/tech.h"#include <cmath>#include <cstdio>#include <cstdlib>#include "gb/GB_server.h"#include "gb/buffers.h"#include "gb/files_shl.h"#include "gb/mobiliz.h"#include "gb/shlmisc.h"#include "gb/tweakables.h"#include "gb/vars.h"Go to the source code of this file.
Functions | |
| void | technology (const command_t &argv, GameObj &g) |
| double | tech_prod (int investment, int popn) |
| double tech_prod | ( | int | investment, |
| int | popn | ||
| ) |
Definition at line 69 of file tech.cc.
Referenced by doplanet(), anonymous_namespace{tech_status.cc}::tech_report_star(), and technology().
Definition at line 21 of file tech.cc.
References control(), deductAPs(), enufAP(), getplanet(), putplanet(), and tech_prod().
1.8.13