Skip to content
Permalink
c20a9eb6ab
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (9 sloc) 221 Bytes
#ifndef Mg_H
#define Mg_H
#include <string>
#include <stdio.h>
#include <stdlib.h>
#include <sqlite3.h>
#include <iostream>
int Monster_Gen(int argc, char* argv[], Monster& Mon1, Monster& Mon2, Monster& Mon3);
#endif