Page MenuHomec4science

ObjectLoader.h
No OneTemporary

File Metadata

Created
Sun, May 12, 08:58

ObjectLoader.h

/*********************************************************************************
* Copyright (c) 2017 *
* Ahmed Eleliemy <ahmed.eleliemy@unibas.ch> *
* University of Basel, Switzerland *
* All rights reserved. *
* *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the license (GNU LGPL) which comes with this package. *
*********************************************************************************/
#include <stdlib.h>
#include<stdio.h>
#include "SpinDataStructures.h"
#ifndef SRC_SPINLIB_OBJECTLOADER_H_
#define SRC_SPINLIB_OBJECTLOADER_H_
MeshObject* loadofffile(char * path);
#endif /* SRC_SPINLIB_OBJECTLOADER_H_ */

Event Timeline