SearchSECODatabaseAPI
Database-API.h
1
/*
2
This program has been developed by students from the bachelor Computer Science at
3
Utrecht University within the Software Project course.
4
© Copyright Utrecht University (Department of Information and Computing Sciences)
5
*/
6
7
#pragma once
8
#include "DatabaseHandler.h"
9
10
class
Database_API
11
{
12
public
:
13
int
main();
14
};
Database_API
Definition:
Database-API.h:11
SearchSECODatabaseAPI
General
Database-API.h
Generated by
1.9.4