mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 13:14:58 +00:00
16 lines
158 B
C++
16 lines
158 B
C++
//
|
|
// Created by Jack Andersen on 3/5/18.
|
|
//
|
|
|
|
#ifndef URDE_MAINWINDOW_HPP
|
|
#define URDE_MAINWINDOW_HPP
|
|
|
|
|
|
class MainWindow
|
|
{
|
|
|
|
};
|
|
|
|
|
|
#endif //URDE_MAINWINDOW_HPP
|