-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathlanguages.php
More file actions
26 lines (23 loc) · 1015 Bytes
/
languages.php
File metadata and controls
26 lines (23 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<title>Simple DirectMedia Layer - Language Bindings</title>
<meta http-equiv="refresh" content="0; url=https://wiki.libsdl.org/SDL3/LanguageBindings" />
<?php require_once("include/meta.inc.php"); ?><?php $current_page = basename(__FILE__, '.php'); ?>
</head>
<body>
<div id="wrapper">
<?php require_once("include/header.inc.php"); ?>
<div id="left">
<?php require_once("include/sidebar.inc.php"); ?>
</div>
<div id="content"><h1>SDL 3.0 Language Bindings</h1>
<p class="intro">
This page has moved to <a href="https://wiki.libsdl.org/SDL3/LanguageBindings">https://wiki.libsdl.org/SDL3/LanguageBindings</a>
</p>
</div>
<div class="clearer"></div>
</div>
<?php require_once("include/footer.inc.php"); ?>
</body>
</html>