SearchSECODatabaseAPI
Database-API.h
1/*
2This program has been developed by students from the bachelor Computer Science at
3Utrecht 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
11{
12public:
13 int main();
14};
Definition: Database-API.h:11