mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
start server part of clusterizer
This commit is contained in:
23
srcs/class/Clusterizer/client.cpp
Normal file
23
srcs/class/Clusterizer/client.cpp
Normal file
@ -0,0 +1,23 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* client.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/20 21:08:38 by tomoron #+# #+# */
|
||||
/* Updated: 2025/02/20 21:21:45 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "RT.hpp"
|
||||
|
||||
void Clusterizer::initClient(void)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Clusterizer::updateClient(void)
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user